~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_events/hello_events.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 12:15:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110705121512-7c7iy6vf94gr61pk
UseĀ operator=

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
  if (hello_events)
345
345
  {
346
346
    hello_events->setDatabasesOfInterest(db_list);
347
 
    sysvar_db_list.assign(db_list);
 
347
    sysvar_db_list= db_list;
348
348
  }
349
349
  return 0;
350
350
}
358
358
  if (hello_events)
359
359
  {
360
360
    hello_events->setTablesOfInterest(table_list);
361
 
    sysvar_table_list.assign(table_list);
 
361
    sysvar_table_list= table_list;
362
362
  }
363
363
  return 0;
364
364
}