~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/filesystem_engine.cc

  • Committer: Brian Aker
  • Date: 2010-12-27 19:18:58 UTC
  • mfrom: (2035 staging)
  • mto: (2035.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2037.
  • Revision ID: brian@tangent.org-20101227191858-h11rg8ncrkiklg3f
Manage merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
    if (not table_proto.IsInitialized())
305
305
    {
306
306
      my_error(ER_CORRUPT_TABLE_DEFINITION, MYF(0),
 
307
               table_proto.name().empty() ? " " : table_proto.name().c_str(),
307
308
               table_proto.InitializationErrorString().c_str());
 
309
 
308
310
      return ER_CORRUPT_TABLE_DEFINITION;
309
311
    }
310
312