Automerge from mysql-5.1 into latest mysql-5.5.

This commit is contained in:
Luis Soares 2011-01-13 11:42:34 +00:00
commit b840c1dc9a
2 changed files with 6 additions and 6 deletions

View file

@ -79,8 +79,8 @@ eval CREATE TABLE t1 (
--echo # Insert some big rows.
--echo #
--echo 256MB
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 16777216));
--echo 64MB
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 4194304));
--echo 32MB
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 2097152));