~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.h

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
class Session;
26
26
class Table;
27
27
class TableList;
28
 
typedef struct st_mysql_lock DRIZZLE_LOCK;
 
28
typedef struct drizzled_lock_st DRIZZLE_LOCK;
29
29
 
30
30
DRIZZLE_LOCK *mysql_lock_tables(Session *session, Table **table, uint32_t count,
31
31
                                uint32_t flags, bool *need_reopen);