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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
59c0102e
Commit
59c0102e
authored
Nov 19, 2004
by
paul@kite-hub.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql.cc:
Tweak some help text.
parent
4e52cc2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
client/mysql.cc
client/mysql.cc
+3
-3
No files found.
client/mysql.cc
View file @
59c0102e
...
...
@@ -1609,7 +1609,7 @@ static void print_help_item(MYSQL_ROW *cur, int num_name, int num_cat, char *las
char
ccat
=
(
*
cur
)[
num_cat
][
0
];
if
(
*
last_char
!=
ccat
)
{
put_info
(
ccat
==
'Y'
?
"categories
:"
:
"topics
:"
,
INFO_INFO
);
put_info
(
ccat
==
'Y'
?
"categories
:"
:
"topics
:"
,
INFO_INFO
);
*
last_char
=
ccat
;
}
tee_fprintf
(
PAGER
,
" %s
\n
"
,
(
*
cur
)[
num_name
]);
...
...
@@ -1676,8 +1676,8 @@ static int com_server_help(String *buffer __attribute__((unused)),
if
(
num_fields
==
2
)
{
put_info
(
"Many help items for your request exist"
,
INFO_INFO
);
put_info
(
"To make a more specific request, please type 'help <item>',
\n
where item is one of
next
"
,
INFO_INFO
);
put_info
(
"Many help items for your request exist
.
"
,
INFO_INFO
);
put_info
(
"To make a more specific request, please type 'help <item>',
\n
where item is one of
the following
"
,
INFO_INFO
);
num_name
=
0
;
num_cat
=
1
;
last_char
=
'_'
;
...
...
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