~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to tests/r/broken_table_proto_file.result

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ 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
4
 
t1              0       DEFAULT 0       #       #       #       #       0       0       0       0       0               0               
 
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;