summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0unknown2005-10-241-0/+2
|\
| * Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-releaseunknown2005-10-201-0/+2
| |\
| | * readd the my_cgets call that SergeyV originally put inunknown2005-10-181-0/+2
* | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0unknown2005-10-191-16/+28
|\ \ \ | |/ / |/| |
| * | mysqlbinlog --hexdump patch 4:unknown2005-10-191-19/+19
| * | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0unknown2005-10-121-10/+22
| |\ \
| | * | mysqlbin --hexdump patch 3unknown2005-10-121-11/+15
| | * | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0unknown2005-10-111-10/+18
| | |\ \
| | | * | mysqlbinlog --hexdump additional patch 2unknown2005-09-301-6/+4
| | | * | mysqlbinlog --hexdump augments each log entry with byte informationunknown2005-09-291-10/+20
* | | | | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-181-1/+1
|\ \ \ \ \
| * | | | | Changeset:unknown2005-10-181-1/+1
* | | | | | Fix for bug#13783 mysqlcheck tries to optimize and analyze information_schemaunknown2005-10-181-0/+3
|/ / / / /
* | | | | BUG# 13052 Changed text in options to TIMESTAMPunknown2005-10-171-1/+1
* | | | | mysql.cc:unknown2005-10-141-3/+3
* | | | | Merge mysql.com:/usr/home/bar/mysql-4.1unknown2005-10-141-4/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge mysql.com:/usr/home/bar/mysql-4.1.b13487unknown2005-10-141-5/+11
| |\ \ \ \
| | * | | | Bug#13487 Japanese data inside a comment causes the syntax errorunknown2005-09-281-5/+11
| * | | | | The "exit" command of mysqltest is quite useful when writing tests for 4.1 so...unknown2005-10-051-2/+7
* | | | | | BUG# 13146unknown2005-10-131-2/+28
* | | | | | BUG# 13052unknown2005-10-122-2/+29
* | | | | | Fix of incompatible typesunknown2005-10-121-1/+2
| |_|/ / / |/| | | |
* | | | | Reviewing new pushed codeunknown2005-10-122-39/+40
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-083-58/+85
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Review of code pushed since last 5.0 pull:unknown2005-10-063-58/+85
* | | | | 4.1 -> 5.0 mergeunknown2005-10-071-1/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Windows compilation fix: Added typecast (const char* to char *)unknown2005-10-041-1/+1
* | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-041-88/+52
|\ \ \ \ \
| * | | | | Fix -ansi -pedantic compilation failure.unknown2005-10-031-1/+1
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-301-88/+52
| |\ \ \ \ \
| | * | | | | Bug #13231 mysqltest: fails to dectect when mysql_next_result failsunknown2005-09-211-88/+52
| | | |/ / / | | |/| | |
* | | | | | Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-releaseunknown2005-09-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1unknown2005-09-301-1/+1
| |\ \ \ \ \
| | * | | | | Many files:unknown2005-09-301-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Some minor fixes revealed as warnings byunknown2005-09-231-1/+1
* | | | | | Tell the user that this ROLLBACK is added by mysqlbinlog (so that he does not...unknown2005-09-301-1/+1
| |_|_|_|/ |/| | | |
* | | | | Mergeunknown2005-09-291-9/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Many files:unknown2005-09-291-9/+10
* | | | | Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0unknown2005-09-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | - compile fix: don't use C++ - style comments in .c files!unknown2005-09-281-1/+1
* | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-282-28/+36
|\ \ \ \ \ | |/ / / /
| * | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-271-25/+29
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | BUG#12959 mysqltest crashes if testcase passed with -x optionunknown2005-09-201-8/+16
| | * | | Improved outputunknown2005-09-201-1/+2
| | * | | Clean up printout of line numbersunknown2005-09-191-16/+11
| * | | | Fixed error found during review of new pushed codeunknown2005-09-251-2/+2
| * | | | Makefile.am:unknown2005-09-241-1/+5
| * | | | Bug #13384 mysqltest, no protocol when script contains only lines with evalunknown2005-09-221-0/+1
* | | | | BUG #7815 - Post-review fixes required for push.unknown2005-09-271-5/+5