~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.h

  • Committer: Brian Aker
  • Date: 2010-11-08 18:54:26 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1916.
  • Revision ID: brian@tangent.org-20101108185426-fymkf2xnelupf11x
Rename lock methods to be style + well make sense.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
};
89
89
 
90
 
/* mysql_lock_tables() and open_table() flags bits */
 
90
/* lockTables() and open_table() flags bits */
91
91
#define DRIZZLE_LOCK_IGNORE_GLOBAL_READ_LOCK      0x0001
92
92
#define DRIZZLE_LOCK_IGNORE_FLUSH                 0x0002
93
93
#define DRIZZLE_LOCK_NOTIFY_IF_NEED_REOPEN        0x0004