~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2009-11-20 19:07:14 UTC
  • mfrom: (1223.1.5 push)
  • Revision ID: brian@gaz-20091120190714-dhr3lgqxrt7dq1fc
Collected Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
  virtual int doCreateTable(Session *session,
312
312
                            const char *table_name,
313
313
                            Table& table_arg,
314
 
                            HA_CREATE_INFO& create_info,
315
314
                            drizzled::message::Table& proto)= 0;
316
315
 
317
316
  virtual int doRenameTable(Session* session,
366
365
 
367
366
  static int createTable(Session& session, const char *path,
368
367
                         const char *db, const char *table_name,
369
 
                         HA_CREATE_INFO& create_info,
370
368
                         bool update_create_info,
371
369
                         drizzled::message::Table& table_proto,
372
370
                         bool used= true);