~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/probes.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-12-17 05:16:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1246.
  • Revision ID: osullivan.padraig@gmail.com-20091217051655-85s1i5jtekc8pq2z
Corrected the declaration for the cursor related probes when dtrace is not enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#define DRIZZLE_FILESORT_DONE_ENABLED() (0)
45
45
#define DRIZZLE_FILESORT_START(arg0, arg1)
46
46
#define DRIZZLE_FILESORT_START_ENABLED() (0)
47
 
#define DRIZZLE_HANDLER_RDLOCK_DONE(arg0)
48
 
#define DRIZZLE_HANDLER_RDLOCK_DONE_ENABLED() (0)
49
 
#define DRIZZLE_HANDLER_RDLOCK_START(arg0, arg1)
50
 
#define DRIZZLE_HANDLER_RDLOCK_START_ENABLED() (0)
51
 
#define DRIZZLE_HANDLER_UNLOCK_DONE(arg0)
52
 
#define DRIZZLE_HANDLER_UNLOCK_DONE_ENABLED() (0)
53
 
#define DRIZZLE_HANDLER_UNLOCK_START(arg0, arg1)
54
 
#define DRIZZLE_HANDLER_UNLOCK_START_ENABLED() (0)
55
 
#define DRIZZLE_HANDLER_WRLOCK_DONE(arg0)
56
 
#define DRIZZLE_HANDLER_WRLOCK_DONE_ENABLED() (0)
57
 
#define DRIZZLE_HANDLER_WRLOCK_START(arg0, arg1)
58
 
#define DRIZZLE_HANDLER_WRLOCK_START_ENABLED() (0)
 
47
#define DRIZZLE_CURSOR_RDLOCK_DONE(arg0)
 
48
#define DRIZZLE_CURSOR_RDLOCK_DONE_ENABLED() (0)
 
49
#define DRIZZLE_CURSOR_RDLOCK_START(arg0, arg1)
 
50
#define DRIZZLE_CURSOR_RDLOCK_START_ENABLED() (0)
 
51
#define DRIZZLE_CURSOR_UNLOCK_DONE(arg0)
 
52
#define DRIZZLE_CURSOR_UNLOCK_DONE_ENABLED() (0)
 
53
#define DRIZZLE_CURSOR_UNLOCK_START(arg0, arg1)
 
54
#define DRIZZLE_CURSOR_UNLOCK_START_ENABLED() (0)
 
55
#define DRIZZLE_CURSOR_WRLOCK_DONE(arg0)
 
56
#define DRIZZLE_CURSOR_WRLOCK_DONE_ENABLED() (0)
 
57
#define DRIZZLE_CURSOR_WRLOCK_START(arg0, arg1)
 
58
#define DRIZZLE_CURSOR_WRLOCK_START_ENABLED() (0)
59
59
#define DRIZZLE_INSERT_DONE(arg0, arg1)
60
60
#define DRIZZLE_INSERT_DONE_ENABLED() (0)
61
61
#define DRIZZLE_INSERT_ROW_DONE(arg0)