~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2010-05-17 18:33:56 UTC
  • Revision ID: brian@gaz-20100517183356-bwpd9418anvmm09c
Remove dead options/rename Option and remove the update that we no longer
use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
 
371
371
  static int createTable(Session& session,
372
372
                         TableIdentifier &identifier,
373
 
                         bool update_create_info,
374
373
                         message::Table& table_proto);
375
374
 
376
375
  static void removeLostTemporaryTables(Session &session, const char *directory);