320
319
Pass an empty file name, and the database options file name as extension
321
320
to avoid table name to file name encoding.
323
build_table_filename(db_opt_path, schema_name.c_str(), "", false);
324
323
db_opt_path.append(MY_DB_OPT_FILE);
326
325
fstream input(db_opt_path.c_str(), ios::in | ios::binary);