~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/frm.result

  • Committer: Jay Pipes
  • Date: 2009-09-15 21:01:42 UTC
  • mto: (1126.2.5 merge)
  • mto: This revision was merged to the branch mainline in revision 1128.
  • Revision ID: jpipes@serialcoder-20090915210142-x8mwiqn1q0vzjspp
Moves Alter_info out into its own header and source file, cleans up some related include mess in sql_lex.h, and renames Alter_info to AlterInfo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
flush tables;
2
2
SHOW TABLE STATUS like 't1';
3
 
Session Schema  Name    Type    Engine  Version Rows    Avg_row_length  Table_size      Auto_increment
 
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'
4
5
show create table t1;
5
 
ERROR HY000: Corrupt or invalid table definition for 'test/t1.dfe': name, schema, type, engine, creation_timestamp, update_timestamp
 
6
ERROR HY000: Incorrect information in file: './test/t1'
6
7
drop table if exists t1;
7
 
Got one of the listed errors