Loading storage/ndb/test/src/NDBT_Tables.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -974,7 +974,7 @@ NDBT_Tables::createTable(Ndb* pNdb, const char* _name, bool _temp, loop: r = pNdb->getDictionary()->createTable(tmpTab); if(r == -1){ if(pNdb->getDictionary()->getNdbError().code == 723) if(pNdb->getDictionary()->getNdbError().code == 755) { if (create_default_tablespace(pNdb) == 0) { Loading Loading
storage/ndb/test/src/NDBT_Tables.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -974,7 +974,7 @@ NDBT_Tables::createTable(Ndb* pNdb, const char* _name, bool _temp, loop: r = pNdb->getDictionary()->createTable(tmpTab); if(r == -1){ if(pNdb->getDictionary()->getNdbError().code == 723) if(pNdb->getDictionary()->getNdbError().code == 755) { if (create_default_tablespace(pNdb) == 0) { Loading