~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/broken/r/frm.result

  • Committer: Brian Aker
  • Date: 2008-12-22 06:59:52 UTC
  • mfrom: (673.3.30 tests)
  • Revision ID: brian@tangent.org-20081222065952-gbii7cfkjdsqy6o5
Merge stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
flush tables;
 
2
SHOW TABLE STATUS like 't1';
 
3
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
 
4
t1      NULL    NULL    NULL    NULL    #       #       #       #       NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    Incorrect information in file: './test/t1.frm'
 
5
show create table t1;
 
6
ERROR HY000: Incorrect information in file: './test/t1.frm'
 
7
drop table if exists t1;