summaryrefslogtreecommitdiff
path: root/mysql-test/r/myisam.result
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-01-19 13:06:22 +0100
committerunknown <istruewing@chilla.local>2007-01-19 13:06:22 +0100
commit848a663b43e7950ba54c5e8586eef35719bf9ca6 (patch)
treea0de82cacc92108046f5ddbaad3bb434fa38b9ad /mysql-test/r/myisam.result
parentd1ce7f6f73fa678ff5ab80a703a245b626b648e5 (diff)
downloadmariadb-git-848a663b43e7950ba54c5e8586eef35719bf9ca6.tar.gz
After merge fix
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r--mysql-test/r/myisam.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result
index 5629f0bc22a..76a5ce16293 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=5100100100;
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=4294967295 avg_row_length=70100
+t1 MyISAM 10 Dynamic X X X 72057594037927935 X X X X X X latin1_swedish_ci X max_rows=4294967295 avg_row_length=70100
DROP TABLE t1;