Below is the list of changes that have just been committed into a local
5.0 repository of jani. When jani 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.1887 05/04/26 14:02:16 jani@stripped +1 -0
Improved client internal help.
Doc fix for Bug#9870.
client/mysql.cc
1.162 05/04/26 14:02:11 jani@stripped +2 -2
Improved client internal help.
Doc fix for Bug#9870.
# 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: jani
# Host: ua141d10.elisa.omakaista.fi
# Root: /home/my/bk/mysql-5.0
--- 1.161/client/mysql.cc 2005-03-25 20:51:07 +02:00
+++ 1.162/client/mysql.cc 2005-04-26 14:02:11 +03:00
@@ -44,7 +44,7 @@
#include <locale.h>
#endif
-const char *VER= "14.9";
+const char *VER= "14.10";
/* Don't try to make a nice table if the data is too big */
#define MAX_COLUMN_LENGTH 1024
@@ -235,7 +235,7 @@
{ "connect",'r', com_connect,1,
"Reconnect to the server. Optional arguments are db and host." },
{ "delimiter", 'd', com_delimiter, 1,
- "Set query delimiter. " },
+ "Set statement delimiter. NOTE: Takes the rest of the line as new delimiter." },
#ifdef USE_POPEN
{ "edit", 'e', com_edit, 0, "Edit command with $EDITOR."},
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (jani:1.1887) BUG#9870 | jani | 26 Apr |