1
0
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:
jonas@perch.ndb.mysql.com
2006-10-19 11:20:04 +02:00
parent 5f69741462
commit 61d7b5ca42
5 changed files with 37 additions and 5 deletions

View File

@ -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, "");