~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

  • Committer: Brian Aker
  • Date: 2011-01-13 07:03:39 UTC
  • mfrom: (2077.1.3 drizzle)
  • Revision ID: brian@gir-3-20110113070339-bnfp4yvngb6frhru
Merge in all of the fixes for definition to instance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
593
593
 
594
594
  assert(table_proto.name() == identifier.getTableName());
595
595
 
596
 
  if (not plugin::StorageEngine::createTable(*session,
597
 
                                             identifier,
598
 
                                             table_proto))
 
596
  if (plugin::StorageEngine::createTable(*session,
 
597
                                         identifier,
 
598
                                         table_proto))
599
599
  {
600
600
    return false;
601
601
  }