314
313
{"lock-tables", 'l', "Lock all tables for read.", (char**) &lock_tables,
315
314
(char**) &lock_tables, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
316
{"log-error", OPT_ERROR_LOG_FILE, "Append warnings and errors to given file.",
317
(char**) &log_error_file, (char**) &log_error_file, 0, GET_STR,
318
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
319
315
{"master-data", OPT_MASTER_DATA,
320
316
"This causes the binary log position and filename to be appended to the "
321
317
"output. If equal to 1, will print it as a CHANGE MASTER command; if equal"