~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/broken_table_proto_file.result

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
flush tables;
2
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 Plugin_name
4
 
t1      NULL    NULL    NULL    NULL    #       #       #       #       NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    Incorrect information in file: './test/t1'      NULL
 
3
Session Schema  Name    Type    Engine  Version Rows    Avg_row_length  Table_size      Auto_increment
5
4
show create table t1;
6
5
ERROR HY000: Incorrect information in file: './test/t1'
7
6
drop table if exists t1;