~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

Merge trunk:

Show diffs side-by-side

added added

removed removed

Lines of Context:
581
581
  }
582
582
 
583
583
  if (plugin::StorageEngine::createTable(*session, path, db, table_name,
584
 
                                         *create_info, false, *table_proto))
 
584
                                         false, *table_proto))
585
585
    goto err_handler;
586
586
  return 0;
587
587