~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • 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:
2079
2079
  */
2080
2080
  int err= plugin::StorageEngine::createTable(session,
2081
2081
                                              destination_identifier,
2082
 
                                              true, new_proto);
 
2082
                                              new_proto);
2083
2083
 
2084
2084
  return err ? false : true;
2085
2085
}