mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
ndb -
fix failing autotest-test
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user