~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-03 23:06:41 UTC
  • mfrom: (1183.1.36 posulliv-is-work)
  • mto: This revision was merged to the branch mainline in revision 1207.
  • Revision ID: brian@gaz-20091103230641-521y27pqykjc3pne
MergeĀ PadraigĀ I_S

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;