1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
fix failing autotest-test
This commit is contained in:
jonas@perch.ndb.mysql.com
2008-02-08 16:42:17 +01:00
parent 02a56b9e23
commit 29f3323e00
2 changed files with 2 additions and 2 deletions

View File

@ -1997,7 +1997,7 @@ runBug34216(NDBT_Context* ctx, NDBT_Step* step)
break;
}
int rows = 1;
int rows = 10;
int batch = 1;
int row = (records - rows) ? rand() % (records - rows) : 0;