1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

ndb - fix test case: testDict -n Restart_NR* T1 I3

ndb/test/ndbapi/testDict.cpp:
  fix testDict -n Restart_NR* T1 I3
ndb/test/run-test/daily-basic-tests.txt:
  fix testDict -n Restart_NR* T1 I3
This commit is contained in:
unknown
2006-11-02 14:53:28 +01:00
parent 3364aa1917
commit 1b3bcced4e
2 changed files with 2 additions and 2 deletions

View File

@@ -1893,7 +1893,7 @@ runDictOps(NDBT_Context* ctx, NDBT_Step* step)
// create indexes
const char** indlist = NDBT_Tables::getIndexes(tabName);
uint indnum = 0;
while (*indlist != 0) {
while (indlist != 0 && *indlist != 0) {
uint count = 0;
try_create_index:
count++;

View File

@@ -510,7 +510,7 @@ args: -n TemporaryTables T1 T6 T7 T8
max-time: 1500
cmd: testDict
args: -n Restart_NR2 T1
args: -n Restart_NR2 T1 I3
#
# TEST NDBAPI