mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
Automerge from mysql-5.1 into latest mysql-5.5.
This commit is contained in:
commit
b840c1dc9a
2 changed files with 6 additions and 6 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue