#At file:///home/gluh/MySQL/mysql-5.0-bug-41268/ based on revid:alexey.kopytov@stripped
2777 Sergey Glukhov 2009-04-14
Bug#41268 Help Text for \c is misleading in client command line interface(addon)
fixed message for 'help' command
@ client/mysql.cc
fixed message for 'help' command
modified:
client/mysql.cc
=== modified file 'client/mysql.cc'
--- a/client/mysql.cc 2009-03-18 08:18:24 +0000
+++ b/client/mysql.cc 2009-04-14 14:11:38 +0000
@@ -241,7 +241,7 @@ typedef struct {
static COMMANDS commands[] = {
{ "?", '?', com_help, 1, "Synonym for `help'." },
- { "clear", 'c', com_clear, 0, "Clear command."},
+ { "clear", 'c', com_clear, 0, "Clear the current input statement."},
{ "connect",'r', com_connect,1,
"Reconnect to the server. Optional arguments are db and host." },
{ "delimiter", 'd', com_delimiter, 1,
Attachment: [text/bzr-bundle] bzr/sergey.glukhov@sun.com-20090414141138-kmk8tfazvllkqjn4.bundle
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (Sergey.Glukhov:2777)Bug#41268 | Sergey Glukhov | 14 Apr |