mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Add back changes lost in merge
(Faster test)
This commit is contained in:
@@ -21,10 +21,10 @@ show tables;
|
|||||||
# test the branch of the code that deals with the query buffer overflow
|
# test the branch of the code that deals with the query buffer overflow
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
let $1=1000;
|
let $1=50;
|
||||||
while ($1)
|
while ($1)
|
||||||
{
|
{
|
||||||
eval create table mysqltest1.t$1(n int);
|
eval create table mysqltest1.mysqltest_long_table_name$1 (n int);
|
||||||
dec $1;
|
dec $1;
|
||||||
}
|
}
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
Reference in New Issue
Block a user