~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
extern bool volatile shutdown_in_progress;
72
72
 
73
 
bool table_cache_init(void)
74
 
{
75
 
  return false;
76
 
}
77
 
 
78
 
uint32_t cached_open_tables(void)
79
 
{
80
 
  return table::getCache().size();
81
 
}
82
 
 
83
 
void table_cache_free(void)
 
73
void table_cache_free()
84
74
{
85
75
  g_refresh_version++;                          // Force close of open tables
86
76