mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
ndb - add temporary tables to hugo
and use it for testOperations/testTransactions
This commit is contained in:
@ -372,6 +372,8 @@ main(int argc, const char** argv){
|
||||
ndb_init();
|
||||
|
||||
NDBT_TestSuite ts("testOperations");
|
||||
ts.setTemporaryTables(true);
|
||||
|
||||
for(Uint32 i = 0; i<sizeof(matrix)/sizeof(matrix[0]); i++){
|
||||
NDBT_TestCaseImpl1 *pt = new NDBT_TestCaseImpl1(&ts, matrix[i].name, "");
|
||||
|
||||
|
Reference in New Issue
Block a user