173
173
{"add-drop-table", OPT_DROP, "Add a 'drop table' before each create.",
174
174
(char**) &opt_drop, (char**) &opt_drop, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0,
176
{"add-locks", OPT_LOCKS, "Add locks around insert statements.",
177
(char**) &opt_lock, (char**) &opt_lock, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0,
179
176
{"allow-keywords", OPT_KEYWORDS,
180
177
"Allow creation of column names that are keywords.", (char**) &opt_keywords,
181
178
(char**) &opt_keywords, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},