~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/analysis_table.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-10-31 00:17:15 UTC
  • mto: (1206.1.1 staging) (1208.3.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1207.
  • Revision ID: osullivan.padraig@gmail.com-20091031001715-to5dl5i6u53tpbq6
Changed the fillTable method to not take a COND parameter anymore.

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;