~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2011-01-08 21:31:08 UTC
  • mfrom: (2064.1.2 clean)
  • Revision ID: brian@tangent.org-20110108213108-8u67rfs5et967di9
Rollup of retry removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
908
908
    _global_read_lock= arg;
909
909
  }
910
910
 
911
 
  DrizzleLock *lockTables(Table **tables, uint32_t count, uint32_t flags, bool *need_reopen);
 
911
  DrizzleLock *lockTables(Table **tables, uint32_t count, uint32_t flags);
912
912
  bool lockGlobalReadLock();
913
913
  bool lock_table_names(TableList *table_list);
914
914
  bool lock_table_names_exclusively(TableList *table_list);