77
88
std::cerr << _("-- Retrieving table structures for ") << databaseName << "..." << std::endl;
78
89
for (std::vector<std::string>::const_iterator it= table_names.begin(); it != table_names.end(); ++it)
80
91
std::string tableName= *it;
84
97
query="SELECT TABLE_NAME, TABLE_COLLATION, ENGINE FROM DATA_DICTIONARY.TABLES WHERE TABLE_SCHEMA='";