=== modified file 'storage/ndb/src/ndbapi/NdbDictionary.cpp' --- storage/ndb/src/ndbapi/NdbDictionary.cpp 2013-02-26 06:21:48 +0000 +++ storage/ndb/src/ndbapi/NdbDictionary.cpp 2013-06-27 19:06:28 +0000 @@ -2966,8 +2966,10 @@ if (sz == 0) return; // empty for (len=0; len < (int)sz && ref[i] != 0; len++) - if (printable && !isprint((int)ref[i])) + if (printable && !isprint((int)ref[i])) { printable= 0; + break; + } if (printable) out.print("%.*s", len, ref);