Below is the list of changes that have just been committed into a local
5.0 repository of pekka. When pekka does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-11-02 14:53:28+01:00, pekka@stripped +2 -0
ndb - fix test case: testDict -n Restart_NR* T1 I3
ndb/test/ndbapi/testDict.cpp@stripped, 2006-11-02 14:50:58+01:00, pekka@stripped +1 -1
fix testDict -n Restart_NR* T1 I3
ndb/test/run-test/daily-basic-tests.txt@stripped, 2006-11-02 14:50:58+01:00, pekka@stripped +1 -1
fix testDict -n Restart_NR* T1 I3
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: pekka
# Host: orca.ndb.mysql.com
# Root: /export/home/space/pekka/ndb/version/my50-misc
--- 1.42/ndb/test/run-test/daily-basic-tests.txt 2006-11-02 14:53:45 +01:00
+++ 1.43/ndb/test/run-test/daily-basic-tests.txt 2006-11-02 14:53:45 +01:00
@@ -510,7 +510,7 @@
max-time: 1500
cmd: testDict
-args: -n Restart_NR2 T1
+args: -n Restart_NR2 T1 I3
#
# TEST NDBAPI
--- 1.27/ndb/test/ndbapi/testDict.cpp 2006-11-02 14:53:45 +01:00
+++ 1.28/ndb/test/ndbapi/testDict.cpp 2006-11-02 14:53:45 +01:00
@@ -1893,7 +1893,7 @@
// 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++;
| Thread |
|---|
| • bk commit into 5.0 tree (pekka:1.2283) | pekka | 2 Nov |