237
237
static uint32_t filename_to_tablename(const char *from, char *to, uint32_t to_length);
238
static size_t build_table_filename(std::string &path, const std::string &db, const std::string &table_name, bool is_tmp);
238
static std::string build_table_filename(const std::string &db, const std::string &table_name, bool is_tmp);