summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/testDict.cpp
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-12-20 16:25:45 +0100
committerunknown <joreland@mysql.com>2004-12-20 16:25:45 +0100
commit961f81c3ebdca8325aa328e541c8bf8e9392aba6 (patch)
treed115d7fc7c0b8d7998fec6229946be9ad9bbd8ef /ndb/test/ndbapi/testDict.cpp
parentc3a4fa1f40e407926f56c690875b94f23fbd4922 (diff)
downloadmariadb-git-961f81c3ebdca8325aa328e541c8bf8e9392aba6.tar.gz
ndb - More printout from testDict
Diffstat (limited to 'ndb/test/ndbapi/testDict.cpp')
-rw-r--r--ndb/test/ndbapi/testDict.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/test/ndbapi/testDict.cpp b/ndb/test/ndbapi/testDict.cpp
index 0a43bb02fff..9a33601c85a 100644
--- a/ndb/test/ndbapi/testDict.cpp
+++ b/ndb/test/ndbapi/testDict.cpp
@@ -547,6 +547,7 @@ int runTestFragmentTypes(NDBT_Context* ctx, NDBT_Step* step){
if (newTab.createTableInDb(pNdb) != 0){
ndbout << newTab.getName() << " could not be created"
<< ", fragmentType = "<<fragTtype <<endl;
+ ndbout << pNdb->getDictionary()->getNdbError() << endl;
return NDBT_FAILED;
}