mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ndb - add temporary tables to hugo
and use it for testOperations/testTransactions
This commit is contained in:
@ -660,9 +660,11 @@ main(int argc, const char** argv){
|
||||
|
||||
Vector<int> tmp;
|
||||
generate(tmp, 5);
|
||||
|
||||
|
||||
NDBT_TestSuite ts("testOperations");
|
||||
|
||||
|
||||
ts.setTemporaryTables(true);
|
||||
|
||||
for(Uint32 i = 0; i < 12; i++)
|
||||
{
|
||||
if(false && (i == 6 || i == 8 || i == 10))
|
||||
|
Reference in New Issue
Block a user