~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2010-03-26 19:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1411.
  • Revision ID: brian@gaz-20100326195634-8cu6x84jcvrgpxt8
Fix for Innodb dfe files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1317
1317
        return error;
1318
1318
      }
1319
1319
 
1320
 
      my_error(ER_TABLE_EXISTS_ERROR, MYF(0), identifier.getTableName().c_str());
 
1320
      my_error(ER_TABLE_EXISTS_ERROR, MYF(0), identifier.getSQLPath().c_str());
1321
1321
      return error;
1322
1322
    }
1323
1323