~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2010-03-01 22:24:10 UTC
  • mto: (1309.2.12 build)
  • mto: This revision was merged to the branch mainline in revision 1317.
  • Revision ID: brian@gaz-20100301222410-w509prhp73pg6z4n
Update the code so use a faster index lookup method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
  or any dropped tables that need to be removed from disk
361
361
*/
362
362
int StorageEngine::getTableDefinition(Session& session,
363
 
                                              TableIdentifier &identifier,
364
 
                                              message::Table *table_proto,
365
 
                                              bool include_temporary_tables)
 
363
                                      TableIdentifier &identifier,
 
364
                                      message::Table *table_proto,
 
365
                                      bool include_temporary_tables)
366
366
{
367
367
  return getTableDefinition(session,
368
368
                            identifier.getPath(), identifier.getDBName(), identifier.getTableName(), identifier.isTmp(),