~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/frm.result

  • Committer: Brian Aker
  • Date: 2009-01-08 23:37:52 UTC
  • Revision ID: brian@tangent.org-20090108233752-hgj8vm9kmkk73awp
Fix for FRM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
show create table t1;
6
6
ERROR HY000: Incorrect information in file: './test/t1.frm'
7
7
drop table if exists t1;
 
8
ERROR 42S02: Unknown table 't1'