Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
5a61fd58
Commit
5a61fd58
authored
Aug 29, 2024
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-34831: MDEV-34704 introduces a typo, --qick
Fix MDEV-34704 typos.
parent
03a5455c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
client/mysql.cc
client/mysql.cc
+2
-1
mysql-test/main/client.result
mysql-test/main/client.result
+1
-1
mysql-test/main/client.test
mysql-test/main/client.test
+1
-1
No files found.
client/mysql.cc
View file @
5a61fd58
...
...
@@ -1681,7 +1681,8 @@ static struct my_option my_long_options[] =
"if the output is suspended. Doesn't use history file."
,
&
quick
,
&
quick
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
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
,
0
,
1
,
0
},
{
"raw"
,
'r'
,
"Write fields without conversion. Used with --batch."
,
...
...
mysql-test/main/client.result
View file @
5a61fd58
...
...
@@ -58,5 +58,5 @@ insert into t1 values ("01234", "0123456789", "01234567890123456789", "1");
+-----------+------------+----------------------+------+
drop table t1;
#
# End of 10.
7
tests
# End of 10.
5
tests
#
mysql-test/main/client.test
View file @
5a61fd58
...
...
@@ -42,5 +42,5 @@ insert into t1 values ("01234", "0123456789", "01234567890123456789", "1");
drop
table
t1
;
--
echo
#
--
echo
# End of 10.
7
tests
--
echo
# End of 10.
5
tests
--
echo
#
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment