~stewart/drizzle/embedded-innodb-rnd-read

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.cc

  • Committer: Stewart Smith
  • Date: 2010-04-03 05:03:17 UTC
  • mfrom: (1310.1.43)
  • Revision ID: stewart@flamingspork.com-20100403050317-d5l3aqqa2p411bos
Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
 
357
357
  return true;
358
358
}
 
359
 
 
360
void Schema::doGetTableIdentifiers(drizzled::CachedDirectory&,
 
361
                                   drizzled::SchemaIdentifier&,
 
362
                                   drizzled::TableIdentifiers&)
 
363
{
 
364
}