~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/analysis_table.cc

  • Committer: Brian Aker
  • Date: 2009-11-04 19:24:05 UTC
  • mfrom: (1206.1.4 staging)
  • Revision ID: brian@gaz-20091104192405-oe9t25mvcmuma9ai
Merge of Padraig && Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
using namespace drizzled;
44
44
 
45
45
int MemcachedAnalysisISMethods::fillTable(Session *session,
46
 
                                          TableList *tables,
47
 
                                          COND *)
 
46
                                          TableList *tables)
48
47
{
49
48
  const CHARSET_INFO * const scs= system_charset_info;
50
49
  Table *table= tables->table;