mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
ndb - testScan -n ScanRead488O fix
ndb/test/ndbapi/testScan.cpp: remove added test feature
This commit is contained in:
parent
aa80c3a4be
commit
194745cd63
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue