summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* Merginghf@deer.(none)2005-08-041-0/+7
|\
| * Fix for bug #12177 (errorlog file isn't closed)hf@deer.(none)2005-08-041-0/+7
* | Merge mysql.com:/home/jimw/my/mysql-5.0-7003jimw@mysql.com2005-08-021-1/+1
|\ \
| * | Add my_str_malloc and _free function pointers to strings libraryjimw@mysql.com2005-06-241-1/+1
* | | Merge aschwenke@bk-internal.mysql.com:/home/bk/mysql-5.0schwenke@alpha.xl.local2005-07-311-1/+0
|\ \ \
| * | | fixed two bugs that break Windows buildschwenke@alpha.xl.local2005-07-291-1/+0
* | | | Cleanups during review of new codemonty@mysql.com2005-07-281-6/+1
|/ / /
* | | Merge mysql.com:/usr/home/bar/mysql-4.1.b10201bar@mysql.com2005-07-261-0/+1
|\ \ \ | | |/ | |/|
| * | fix for bug #7924.georg@lmy002.wdf.sap.corp2005-07-251-0/+2
| * | minor fix (backport from 5.0) - changed function prototype/definitiongeorg@lmy002.wdf.sap.corp2005-07-191-2/+3
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-5906jimw@mysql.com2005-07-191-2/+3
|\ \ \
| * | | Fix number to date conversion so it always honors the NO_ZERO_DATE,jimw@mysql.com2005-07-181-2/+3
* | | | Fixes to previous changesetmonty@mishka.local2005-07-181-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mishka.local2005-07-181-0/+1
|\ \ \ \
| * | | | Cleanups during reviewmonty@mishka.local2005-07-181-0/+1
* | | | | Restore previous used client charset in mysql_reconnectgeorg@lmy002.wdf.sap.corp2005-07-161-33/+0
* | | | | Fix for bug #11037.georg@lmy002.wdf.sap.corp2005-07-151-3/+12
* | | | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-07-141-0/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | A fix and a test case for Bug#11183 "mysql_stmt_reset() doesn't resetkonstantin@mysql.com2005-07-141-0/+12
* | | | | Implement MarkM optimization request to avoid redundnat packet exchangekonstantin@mysql.com2005-07-141-3/+2
| |_|/ / |/| | |
* | | | changes after Bar's review: renamed CHARACTER_SET to MY_CHARSET_INFOgeorg@lmy002.wdf.sap.corp2005-07-121-1/+1
* | | | New attempt after Bar's reviewgeorg@lmy002.wdf.sap.corp2005-07-122-0/+16
* | | | Mergekent@mysql.com2005-07-061-2/+2
|\ \ \ \ | |/ / /
| * | | Makefile.am:kent@mysql.com2005-07-051-1/+2
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-10214jimw@mysql.com2005-07-051-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Make status of NO_BACKSLASH_ESCAPES mode known to the client sojimw@mysql.com2005-06-231-1/+8
| | |/ | |/|
* | | A fix and a test case for Bug#10794 "mysql_stmt_attr_set no konstantin@mysql.com2005-06-301-1/+0
|/ /
* | Rename all prepared statements COM_ commands to prefix with COM_STMT_konstantin@mysql.com2005-06-171-13/+14
* | mergemonty@mysql.com2005-06-051-1/+1
|\ \
| * | Cleanup during reviewmonty@mysql.com2005-06-051-1/+1
* | | Add missing STMT_ATTR_PREFETCH_ROWS to mysql_stmt_attr_getkonstantin@mysql.com2005-06-041-2/+5
|/ /
* | New file default_modify.c. Fixed a typo on mysqld.ccjani@a193-229-222-105.elisa-laajakaista.fi2005-05-182-2/+4
* | Merge grichter@bk-internal1.mysql.com:/home/bk/mysql-5.0georg@lmy002.wdf.sap.corp2005-05-181-3/+0
|\ \
| * | reverted last push - as discussed with Monty we will add georg@lmy002.wdf.sap.corp2005-05-131-3/+0
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-162-7/+36
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-162-7/+36
| |\ \ \
| | * | | A fix and a test case for Bug#9643 " CURSOR_TYPE_SCROLLABLE dos not work"konstantin@mysql.com2005-05-162-7/+36
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-05-161-14/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge with 4.1monty@mysql.com2005-05-141-14/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-05-141-2/+5
| | |\ \ \
| | * | | | After merge fixesmonty@mysql.com2005-05-141-14/+17
* | | | | | Mergepetr@mysql.com2005-05-161-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | post-review fixespetr@mysql.com2005-05-161-1/+1
* | | | | | Manual merge (again)konstantin@mysql.com2005-05-142-2/+36
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Fix a valgrind warning: memcpy does not allow its arguments to overlap.konstantin@mysql.com2005-05-141-2/+5
| | |/ / | |/| |
| * | | added function mysql_set_character_set (reviewed by Monty)georg@lmy002.wdf.sap.corp2005-05-132-0/+31
| * | | Added cp932 character setshuichi@mysql.com2005-05-051-1/+1
* | | | Add missing commas to errmsg.ckonstantin@mysql.com2005-05-131-3/+3
* | | | A fix and test case for Bug#9478 "mysql_stmt_attr_set mysql_stmt_execute"konstantin@mysql.com2005-05-122-49/+74
| |_|/ |/| |
* | | Added export symbols for workaround of bugs #8317,#9637 in PHP5georg@lmy002.wdf.sap.corp2005-05-081-0/+3