1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add back changes lost in merge

(Faster test)
This commit is contained in:
monty@mishka.mysql.com
2005-08-25 10:19:06 +03:00
parent 0c5ca9be62
commit 9605c5dba2

View File

@ -21,10 +21,10 @@ show tables;
# test the branch of the code that deals with the query buffer overflow
--disable_query_log
let $1=1000;
let $1=50;
while ($1)
{
eval create table mysqltest1.t$1(n int);
eval create table mysqltest1.mysqltest_long_table_name$1 (n int);
dec $1;
}
--enable_query_log