~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/myisam.result

  • Committer: Brian Aker
  • Date: 2009-08-17 21:04:20 UTC
  • mto: (1117.1.9 merge)
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817210420-y7ag18gmgcy2iqy5
Remove options which are just for internal optimizations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
663
663
SHOW VARIABLES LIKE 'myisam_repair%';
664
664
Variable_name   Value
665
665
myisam_repair_threads   1
666
 
CREATE TEMPORARY TABLE t1 (c1 TEXT) ENGINE=MyISAM AVG_ROW_LENGTH=70100 MAX_ROWS=4100100100;
 
666
CREATE TEMPORARY TABLE t1 (c1 TEXT) ENGINE=MyISAM;
667
667
SHOW TABLE STATUS LIKE 't1';
668
668
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
669
669
DROP TABLE t1;