mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
This commit is contained in:
commit
5eff43c35b
2 changed files with 6 additions and 2 deletions
|
@ -321,7 +321,11 @@ int runCreateAndDropAtRandom(NDBT_Context* ctx, NDBT_Step* step)
|
|||
}
|
||||
i++;
|
||||
}
|
||||
|
||||
|
||||
for (Uint32 i = 0; i<numTables; i++)
|
||||
if (tabList[i])
|
||||
pDic->dropTable(NDBT_Tables::getTable(i)->getName());
|
||||
|
||||
delete [] tabList;
|
||||
return result;
|
||||
}
|
||||
|
|
|
@ -525,7 +525,7 @@ max-time: 1000
|
|||
cmd: testNodeRestart
|
||||
args: -n Bug25554 T1
|
||||
|
||||
max-time: 1000
|
||||
max-time: 3000
|
||||
cmd: testNodeRestart
|
||||
args: -n Bug25984
|
||||
|
||||
|
|
Loading…
Reference in a new issue