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
421dadf7
Commit
421dadf7
authored
Nov 17, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-4.1-14801
into mysql.com:/home/jimw/my/mysql-4.1-clean
parents
58196d39
26eb2ecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
client/mysql.cc
client/mysql.cc
+7
-3
No files found.
client/mysql.cc
View file @
421dadf7
...
...
@@ -1813,9 +1813,13 @@ com_help(String *buffer __attribute__((unused)),
if
(
help_arg
)
return
com_server_help
(
buffer
,
line
,
help_arg
+
1
);
put_info
(
"
\n
For the complete MySQL Manual online, visit:
\n
http://www.mysql.com/documentation
\n
"
,
INFO_INFO
);
put_info
(
"For info on technical support from MySQL developers, visit:
\n
http://www.mysql.com/support
\n
"
,
INFO_INFO
);
put_info
(
"For info on MySQL books, utilities, consultants, etc., visit:
\n
http://www.mysql.com/portal
\n
"
,
INFO_INFO
);
put_info
(
"
\n
For information about MySQL products and services, visit:
\n
"
" http://www.mysql.com/
\n
"
"For developer information, including the MySQL Reference Manual, "
"visit:
\n
"
" http://dev.mysql.com/
\n
"
"To buy MySQL Network Support, training, or other products, visit:
\n
"
" https://shop.mysql.com/
\n
"
,
INFO_INFO
);
put_info
(
"List of all MySQL commands:"
,
INFO_INFO
);
if
(
!
named_cmds
)
put_info
(
"Note that all text commands must be first on line and end with ';'"
,
INFO_INFO
);
...
...
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