~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/probes.d

  • Committer: Monty Taylor
  • Date: 2008-11-01 00:11:07 UTC
  • mfrom: (520.4.42 devel)
  • mto: (520.4.45 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: monty@inaugust.com-20081101001107-hyuzapp3fa73kr04
Merged from myself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
provider mysql {
 
20
provider drizzle {
21
21
probe external_lock(int);
22
22
probe insert_row_start();
23
23
probe insert_row_end();