mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
into perch.ndb.mysql.com:/home/jonas/src/51-ndb
This commit is contained in:
commit
15157cd7f5
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ int runScanUpdateUntilStopped(NDBT_Context* ctx, NDBT_Step* step){
|
|||
para = myRandom48(239)+1;
|
||||
|
||||
g_info << i << ": ";
|
||||
if (hugoTrans.scanUpdateRecords(GETNDB(step), records, 0, para) == NDBT_FAILED){
|
||||
if (hugoTrans.scanUpdateRecords(GETNDB(step), 0, 0, para) == NDBT_FAILED){
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue