~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2010-03-15 22:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1344.
  • Revision ID: brian@gaz-20100315225737-72okaenigqt4b3oe
Lets hide stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1112
1112
    break;
1113
1113
  case HA_ERR_NO_SUCH_TABLE:
1114
1114
    assert(table);
1115
 
    my_error(ER_NO_SUCH_TABLE, MYF(0), table->s->db.str,
 
1115
    my_error(ER_NO_SUCH_TABLE, MYF(0), table->s->getSchemaName(),
1116
1116
             table->s->table_name.str);
1117
1117
    return;
1118
1118
  case HA_ERR_RBR_LOGGING_FAILED: