diff options
author | unknown <istruewing@chilla.local> | 2007-01-24 13:29:46 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-01-24 13:29:46 +0100 |
commit | ccb002dbc2ce72221716e31f9fccd10e26ecb941 (patch) | |
tree | ab47584d0c364af4b4457dd288a6f72b5d738f82 /mysql-test/r/myisam.result | |
parent | 4f73c75fba44592ed1652be5f6c777b4bd7325f1 (diff) | |
download | mariadb-git-ccb002dbc2ce72221716e31f9fccd10e26ecb941.tar.gz |
Bug#24607 - MyISAM pointer size determined incorrectly
After merge fix
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r-- | mysql-test/r/myisam.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result index 6ffbabe3c61..373049bf051 100644 --- a/mysql-test/r/myisam.result +++ b/mysql-test/r/myisam.result @@ -1640,5 +1640,5 @@ DROP TABLE t1; 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 9 Dynamic X X X 72057594037927935 X X X X X X latin1_swedish_ci X max_rows=4100100100 avg_row_length=70100 +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; |