~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-10-27 09:10:21 UTC
  • mto: (1183.1.23 merge)
  • mto: This revision was merged to the branch mainline in revision 1198.
  • Revision ID: brian@114.2.46.10.in-addr.arpa.noptr.antlabs.com-20091027091021-31lms4lujk9wwoaz
Extended definition interface (filename building should now be moved
"closer" to the engine).

Note: Innodb has a bug in it requiring that a / be in the "tablename" passed
to it.

YEs... lame.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1205
1205
  message::Table table;
1206
1206
 
1207
1207
  error= plugin::StorageEngine::getTableDefinition(share->normalized_path.str,
1208
 
                                              &table);
 
1208
                                                   share->db.str,
 
1209
                                                   share->table_name.str,
 
1210
                                                   false,
 
1211
                                                   &table);
1209
1212
 
1210
1213
  if (error != EEXIST)
1211
1214
  {