summaryrefslogtreecommitdiff
path: root/mysql-test/r/myisam.result
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-01-18 11:35:54 +0100
committerunknown <istruewing@chilla.local>2007-01-18 11:35:54 +0100
commitd1ce7f6f73fa678ff5ab80a703a245b626b648e5 (patch)
treee630c7e937c40d0be6ff820b69f9141c3c9df67f /mysql-test/r/myisam.result
parentc7fb31ca108a546e2b2c37f0742aa34a0fb6fb0f (diff)
parent2456c61d3971ae6a37beeb78ad2efc6809b6694d (diff)
downloadmariadb-git-d1ce7f6f73fa678ff5ab80a703a245b626b648e5.tar.gz
Merge chilla.local:/home/mydev/mysql-4.1-bug24607
into chilla.local:/home/mydev/mysql-5.0-bug24607 myisam/mi_create.c: Auto merged mysql-test/r/myisam.result: Manual merge. mysql-test/t/myisam.test: Manual merge.
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r--mysql-test/r/myisam.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result
index 3cc37701e86..5629f0bc22a 100644
--- a/mysql-test/r/myisam.result
+++ b/mysql-test/r/myisam.result
@@ -1637,3 +1637,8 @@ a
2
3
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
+DROP TABLE t1;