mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
ndb - testScan -n ScanRead488O fix
ndb/test/ndbapi/testScan.cpp: remove added test feature
This commit is contained in:
@ -317,6 +317,7 @@ int runScanReadIndex(NDBT_Context* ctx, NDBT_Step* step){
|
||||
g_info << i << ": ";
|
||||
bool sort = (rand() % 100) > 50 ? true : false;
|
||||
bool desc = (rand() % 100) > 50 ? true : false;
|
||||
desc = false; // random causes too many deadlocks
|
||||
int scan_flags =
|
||||
(NdbScanOperation::SF_OrderBy & -(int)sort) |
|
||||
(NdbScanOperation::SF_Descending & -(int)desc);
|
||||
|
Reference in New Issue
Block a user