Lines Matching refs:tab_name

1082     const char *tab_name=  m_tables_in_test[i].c_str();  in createTables()  local
1083 if (pDict->dropTable(tab_name) != 0 && in createTables()
1086 g_err << "runCreateTables: Failed to drop table " << tab_name << endl in createTables()
1090 if(NDBT_Tables::createTable(&ndb, tab_name, !getLogging()) != 0) in createTables()
1092 g_err << "runCreateTables: Failed to create table " << tab_name << endl in createTables()
1099 const NdbDictionary::Table* pTab2 = pDict->getTable(tab_name); in createTables()
1102 g_info << "created " << tab_name << endl; in createTables()
1125 const char *tab_name= pTab->getName(); in runCreateTable() local
1126 if (pDict->dropTable(tab_name) != 0 && in runCreateTable()
1129 g_err << "runCreateTable: Failed to drop table " << tab_name << endl in runCreateTable()
1134 if(NDBT_Tables::createTable(&ndb, tab_name, in runCreateTable()
1137 g_err << "runCreateTable: Failed to create table " << tab_name in runCreateTable()
1143 const NdbDictionary::Table* pTab2 = pDict->getTable(tab_name); in runCreateTable()
1145 ctx->setProperty("$table", tab_name); in runCreateTable()
1160 const char *tab_name= m_tables_in_test[i].c_str(); in dropTables() local
1161 pDict->dropTable(tab_name); in dropTables()
1178 const char * tab_name = ctx->getProperty("$table", (const char*)0); in runDropTable() local
1179 if (tab_name) in runDropTable()
1185 pDict->dropTable(tab_name); in runDropTable()
1199 const char *tab_name= pTab->getName(); in runCheckTableExists() local
1201 const NdbDictionary::Table* pDictTab = pDict->getTable(tab_name); in runCheckTableExists()
1206 << tab_name << endl; in runCheckTableExists()
1217 ctx->setProperty("$table", tab_name); in runCheckTableExists()