#At file:///home/gluh/MySQL/mysql-5.0-bugteam/ based on revid:sergey.glukhov@stripped
2778 Sergey Glukhov 2009-03-19
Bug#41268 Help Text for \c is misleading in client command line interface
fixed help message
@ client/mysql.cc
fixed help message
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-03-19 08:37:34 +0000
@@ -1199,7 +1199,7 @@ int main(int argc,char *argv[])
#endif
sprintf(buff, "%s",
#ifndef NOT_YET
- "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n");
+ "Type 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\n");
#else
"Type 'help [[%]function name[%]]' to get help on usage of function.\n");
#endif
Attachment: [text/bzr-bundle] bzr/sergey.glukhov@sun.com-20090319083734-nc5nr1eqnlapog2w.bundle
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (Sergey.Glukhov:2778)Bug#41268 | Sergey Glukhov | 19 Mar |