~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-08-19 23:26:33 UTC
  • Revision ID: brian@tangent.org-20080819232633-diua29a85vhsek75
Class cleanups... duplicates are in definitions and unireg :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
TABLE_SHARE *get_cached_table_share(const char *db, const char *table_name);
253
253
Table *open_ltable(THD *thd, TableList *table_list, thr_lock_type update,
254
254
                   uint lock_flags);
255
 
Table *open_table(THD *thd, TableList *table_list, MEM_ROOT* mem,
256
 
                  bool *refresh, uint flags);
 
255
Table *open_table(THD *thd, TableList *table_list, bool *refresh, uint flags);
257
256
bool name_lock_locked_table(THD *thd, TableList *tables);
258
257
bool reopen_name_locked_table(THD* thd, TableList* table_list, bool link_in);
259
258
Table *table_cache_insert_placeholder(THD *thd, const char *key,