1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Speed up innodb_bug57255.test

Submitted by:	Stewart Smith (via internals@lists.mysql.com)
This commit is contained in:
Vasil Dimov
2010-12-14 11:38:19 +02:00
parent 204af03033
commit 66c518dcef
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ create table C(id int not null auto_increment primary key, f1 int not null, fore
insert into A values(1), (2);
--disable_query_log
begin;
let $i=257;
while ($i)
{
@@ -24,6 +25,7 @@ while ($i)
insert into C(f1) values(2);
dec $i;
}
commit;
--enable_query_log
# Following Deletes should not report error