38
38
#define MY_DB_OPT_FILE "db.opt"
39
39
#define MAX_DROP_TABLE_Q_LEN 1024
41
const char *del_exts[]= {".frm", ".BAK", ".TMD",".opt", NULL};
41
const char *del_exts[]= {".dfe", ".BAK", ".TMD",".opt", NULL};
42
42
static TYPELIB deletable_extentions=
43
43
{array_elements(del_exts)-1,"del_exts", del_exts, NULL};