82
93
std::cerr << _("-- Retrieving table structures for ") << databaseName << "..." << std::endl;
83
94
for (std::vector<std::string>::const_iterator it= table_names.begin(); it != table_names.end(); ++it)
85
96
std::string tableName= *it;
89
102
query="SELECT TABLE_NAME, TABLE_COLLATION, ENGINE, AUTO_INCREMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA='";