218
225
static uint32_t filename_to_tablename(const char *from, char *to, uint32_t to_length);
219
226
static size_t build_table_filename(std::string &buff, const char *db, const char *table_name, bool is_tmp);
224
236
typedef std::vector <TableIdentifier> TableIdentifierList;
225
237
typedef std::list <TableIdentifier> TableIdentifiers;