~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/tableprototester/tableprototester.cc

  • Committer: Brian Aker
  • Date: 2010-03-31 05:53:34 UTC
  • Revision ID: brian@gaz-20100331055334-yqqmzlgqb2xq1p5b
Mass overhaul to use schema_identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                           drizzled::message::Table &table_proto);
80
80
 
81
81
  void doGetTableNames(drizzled::CachedDirectory &directory,
82
 
                       string&, set<string>& set_of_names)
 
82
                       SchemaIdentifier &,
 
83
                       set<string>& set_of_names)
83
84
  {
84
85
    (void)directory;
85
86
    set_of_names.insert("t1");