1
0
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:
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

@ -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))