summaryrefslogtreecommitdiff
path: root/client/mysql.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintramil/ram@mysql.com/myoffice.izhnet.ru2006-11-021-0/+2
|\
| * Fix for bug #22913: mysql --quick doesn't report some errors.ramil/ram@mysql.com/myoffice.izhnet.ru2006-11-021-0/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintcmiller@zippy.cornsilk.net2006-10-091-0/+15
|\ \
| * | Bug#17583: mysql drops connection when stdout is not writablecmiller@zippy.cornsilk.net2006-10-091-0/+15
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintramil/ram@mysql.com/myoffice.izhnet.ru2006-09-181-2/+2
|\ \ \ | |/ / |/| |
| * | Fix for bug #21142: Malformed insert causes a segmentation fault.ramil/ram@mysql.com/myoffice.izhnet.ru2006-08-291-2/+2
* | | Merge mysql.com:/usr/home/bar/mysql-4.1bar@mysql.com/bar.intranet.mysql.r18.ru2006-08-151-2/+7
|\ \ \
| * | | Bug#17939: Wrong table format when using UTF8 stringsbar@mysql.com2006-04-171-2/+7
| | |/ | |/|
* | | Merge anubis.greendragongames.com:/home/greenman/workspace-mysql/mysql/mysql-...igreenhoe/greenman@anubis.greendragongames.com2006-07-311-12/+10
|\ \ \
| * | | Fix for Bug #19364 "mysql --help gives old informations".igreenhoe/greenman@anubis.greendragongames.com2006-07-131-12/+10
| |/ /
* | | Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-4.1-maintiggy@rolltop.ignatz42.dyndns.org2006-07-191-3/+14
|\ \ \ | |_|/ |/| |
| * | Bug#20328 mysql client: dumb about trailing spaces on help command.iggy@mysql.com2006-06-291-3/+14
| |/
* | Bug#20432: mysql client interprets commands in commentstnurnberg@mysql.com/salvation.intern.azundris.com2006-07-131-1/+1
|/
* BUG#16217 fix partly backported from 5.0. It is different in mysqlbinlog part.aelkin@mysql.com2006-02-101-1/+25
* mysql.cc:paul@snake-hub.snake.net2005-12-201-1/+1
* Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a193-229-222-105.elisa-laajakaista.fi2005-12-041-1/+1
|\
| * A set of Netware related patches.jani@a193-229-222-105.elisa-laajakaista.fi2005-12-041-1/+1
* | Update out-of-date URLs in 'help' text of mysql client. (Bug #14801)jimw@mysql.com2005-11-111-3/+7
* | Merge mysql.com:/usr/home/bar/mysql-4.1.b13487bar@mysql.com2005-10-141-5/+11
|\ \
| * | Bug#13487 Japanese data inside a comment causes the syntax errorbar@mysql.com2005-09-281-5/+11
* | | Windows compilation fix: Added typecast (const char* to char *)georg@lmy002.wdf.sap.corp2005-10-041-1/+1
|/ /
* | Fixed error found during review of new pushed codemonty@mysql.com2005-09-251-2/+2
* | Fixes bug #12929. Uses my_cgets instead of _cgets function, thus eliminatingSergeyV@selena.2005-09-161-3/+28
* | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a193-229-222-105.elisa-laajakaista.fi2005-08-251-0/+9
|\ \ | |/
| * Several fixes for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-08-241-0/+9
| * Fix for bug #4809 (Backticks not handled in mysql)hf@deer.(none)2004-09-131-3/+35
| * [This patch has already been approved by Serge. I am recommitting and pushin...rburnett@build.mysql.com2004-09-081-0/+1
* | BUG #12119patg@krsna.patg.net2005-08-081-4/+1
* | Fix handling of command-line on Windows, missed as part of earlierjimw@mysql.com2005-06-201-1/+2
* | Fix use of _cgets() to handle an input line that exceeds our buffer spacejimw@mysql.com2005-06-091-1/+20
* | Fix calculation of buffer size for _cgets() on Windows. (Bug #10841)jimw@mysql.com2005-06-081-1/+2
* | Fix memory leakmonty@mysql.com2005-05-161-3/+4
* | Merge mysql.com:/home/jimw/my/mysql-4.1-9186jimw@mysql.com2005-05-071-1/+2
|\ \
| * | Change mysql prompt while inside a multiline comment. (Bug #9186)jimw@mysql.com2005-03-151-1/+2
* | | Bug #10245 VC++ compiler error with mysql.cc rburnett@bk-internal.mysql.com2005-05-051-0/+6
* | | BUG#2596 MySQL Client Segmentation Fault on Solaris 9msvensson@neptunus.(none)2005-04-251-2/+10
* | | Upgrade to libedit-2.9msvensson@neptunus.(none)2005-04-211-1/+1
* | | Fix 'tee' command in mysql client. (Bug #8499)jimw@mysql.com2005-03-151-1/+6
|/ /
* | fixed conversion errors (Windows IA64 build)georg@lmy002.wdf.sap.corp2005-03-071-7/+5
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ramil@mysql.com2005-02-251-18/+21
|\ \
| * | After review fixesramil@mysql.com2005-02-021-1/+2
| * | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ramil@mysql.com2005-02-021-18/+20
| |\ \
| | * | A fix (bug #4802 prompt in mysql client shows wrong database after dropping d...ram@gw.mysql.r18.ru2004-10-211-18/+20
* | | | Backport my_strntod() from 5.0monty@mysql.com2005-02-221-2/+2
* | | | mysql.cc:bar@mysql.com2005-02-211-2/+2
|/ / /
* | | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-10/+3
* | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1reggie@bob.(none)2005-01-171-1/+9
|\ \ \
| * | | Bug #7922 prompt \p fails on Windows for shared-memory connectionsreggie@bob.(none)2005-01-151-1/+9
* | | | protect against malicious server trying to crash command-line client :)serg@serg.mylan2005-01-141-4/+4
|/ / /
* | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2005-01-111-1/+11
|\ \ \