~jaypipes/drizzle/replication-to-transaction

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2010-03-09 22:58:27 UTC
  • mfrom: (1320.1.18 build)
  • Revision ID: brian@gaz-20100309225827-7igxztca4lrj3fx3
Merge in show status work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
bool table_cache_init(void);
32
32
uint32_t cached_open_tables(void);
33
33
uint32_t cached_table_definitions(void);
 
34
HASH *get_open_cache();
34
35
 
35
36
void kill_drizzle(void);
36
37