summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam.test
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-01-24 15:52:19 +0100
committeristruewing@chilla.local <>2007-01-24 15:52:19 +0100
commit0dc064536f78d172d74a57becbf29deb75bb28e6 (patch)
tree350d07d7233a05a56a784b5ad735dc34ece85a66 /mysql-test/t/myisam.test
parent0e5aa80e8a677d91460f02abbacf3b19b9db97ac (diff)
parent23debf86623420841e8e481896351a4f8e48a4cc (diff)
downloadmariadb-git-0dc064536f78d172d74a57becbf29deb75bb28e6.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines
into chilla.local:/home/mydev/mysql-5.0-bug24607
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r--mysql-test/t/myisam.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test
index 3189a59333b..f2eca85e9ea 100644
--- a/mysql-test/t/myisam.test
+++ b/mysql-test/t/myisam.test
@@ -992,7 +992,7 @@ DROP TABLE t1;
#
# Bug#24607 - MyISAM pointer size determined incorrectly
#
-CREATE TABLE t1 (c1 TEXT) AVG_ROW_LENGTH=70100 MAX_ROWS=5100100100;
+CREATE TABLE t1 (c1 TEXT) AVG_ROW_LENGTH=70100 MAX_ROWS=4100100100;
--replace_column 5 X 6 X 7 X 9 X 10 X 11 X 12 X 13 X 14 X 16 X
SHOW TABLE STATUS LIKE 't1';
DROP TABLE t1;