Commit 961f81c3 authored by unknown's avatar unknown

ndb - More printout from testDict

parent c3a4fa1f
...@@ -547,6 +547,7 @@ int runTestFragmentTypes(NDBT_Context* ctx, NDBT_Step* step){ ...@@ -547,6 +547,7 @@ int runTestFragmentTypes(NDBT_Context* ctx, NDBT_Step* step){
if (newTab.createTableInDb(pNdb) != 0){ if (newTab.createTableInDb(pNdb) != 0){
ndbout << newTab.getName() << " could not be created" ndbout << newTab.getName() << " could not be created"
<< ", fragmentType = "<<fragTtype <<endl; << ", fragmentType = "<<fragTtype <<endl;
ndbout << pNdb->getDictionary()->getNdbError() << endl;
return NDBT_FAILED; return NDBT_FAILED;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment