~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define MY_DB_OPT_FILE "db.opt"
42
42
#define MAX_DROP_TABLE_Q_LEN      1024
43
43
 
44
 
const char *del_exts[]= {".dfe", ".BAK", ".TMD",".opt", NULL};
 
44
const char *del_exts[]= {".dfe", ".blk", ".arz", ".BAK", ".TMD",".opt", NULL};
45
45
static TYPELIB deletable_extentions=
46
46
{array_elements(del_exts)-1,"del_exts", del_exts, NULL};
47
47