Below is the list of changes that have just been committed into a local
4.1 repository of jimw. When jimw does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2471 05/11/11 15:23:04 jimw@stripped +1 -0
Update out-of-date URLs in 'help' text of mysql client. (Bug #14801)
client/mysql.cc
1.215 05/11/11 15:23:01 jimw@stripped +7 -3
Update text, URLs in mysql client 'help' text
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: jimw
# Host: rama.(none)
# Root: /home/jimw/my/mysql-4.1-14801
--- 1.214/client/mysql.cc 2005-10-14 02:07:16 -07:00
+++ 1.215/client/mysql.cc 2005-11-11 15:23:01 -08:00
@@ -1813,9 +1813,13 @@
if (help_arg)
return com_server_help(buffer,line,help_arg+1);
- put_info("\nFor 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("\nFor 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);
| Thread |
|---|
| • bk commit into 4.1 tree (jimw:1.2471) BUG#14801 | Jim Winstead | 12 Nov |