diff options
author | unknown <istruewing@chilla.local> | 2007-01-24 15:45:41 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-01-24 15:45:41 +0100 |
commit | 89f02b13e3633bbc71f5b9c76dd9918cd371829e (patch) | |
tree | b2c492cc0da59b44d49f0882816b26ceb6884b7a /mysql-test/r/myisam.result | |
parent | 389388f16bf8d9375c4bfeeb2936341d9c073dd3 (diff) | |
download | mariadb-git-89f02b13e3633bbc71f5b9c76dd9918cd371829e.tar.gz |
After merge fix
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r-- | mysql-test/r/myisam.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result index f1f2a45c695..a6f3c071fb0 100644 --- a/mysql-test/r/myisam.result +++ b/mysql-test/r/myisam.result @@ -1623,6 +1623,7 @@ CREATE TABLE t1 (c1 TEXT) AVG_ROW_LENGTH=70100 MAX_ROWS=4100100100; SHOW TABLE STATUS LIKE 't1'; 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 t1 MyISAM 10 Dynamic X X X 72057594037927935 X X X X X X latin1_swedish_ci X max_rows=4100100100 avg_row_length=70100 +DROP TABLE t1; End of 4.1 tests create table t1 (c1 int) engine=myisam pack_keys=0; create table t2 (c1 int) engine=myisam pack_keys=1; |