mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34831: MDEV-34704 introduces a typo, --qick
Fix MDEV-34704 typos.
This commit is contained in:
@@ -1681,7 +1681,8 @@ static struct my_option my_long_options[] =
|
|||||||
"if the output is suspended. Doesn't use history file.",
|
"if the output is suspended. Doesn't use history file.",
|
||||||
&quick, &quick, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
&quick, &quick, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"quick-max-column-width", 0,
|
{"quick-max-column-width", 0,
|
||||||
"Maximal field length limit in case of --qick", &quick_max_column_width,
|
"Maximum number of characters displayed in a column header"
|
||||||
|
" when using --quick", &quick_max_column_width,
|
||||||
&quick_max_column_width, 0, GET_ULONG, REQUIRED_ARG, LONG_MAX, 0, ULONG_MAX,
|
&quick_max_column_width, 0, GET_ULONG, REQUIRED_ARG, LONG_MAX, 0, ULONG_MAX,
|
||||||
0, 1, 0},
|
0, 1, 0},
|
||||||
{"raw", 'r', "Write fields without conversion. Used with --batch.",
|
{"raw", 'r', "Write fields without conversion. Used with --batch.",
|
||||||
|
@@ -58,5 +58,5 @@ insert into t1 values ("01234", "0123456789", "01234567890123456789", "1");
|
|||||||
+-----------+------------+----------------------+------+
|
+-----------+------------+----------------------+------+
|
||||||
drop table t1;
|
drop table t1;
|
||||||
#
|
#
|
||||||
# End of 10.7 tests
|
# End of 10.5 tests
|
||||||
#
|
#
|
||||||
|
@@ -42,5 +42,5 @@ insert into t1 values ("01234", "0123456789", "01234567890123456789", "1");
|
|||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # End of 10.7 tests
|
--echo # End of 10.5 tests
|
||||||
--echo #
|
--echo #
|
||||||
|
Reference in New Issue
Block a user