summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-021-7/+9
|\
| * A fix and a test case for Bug#15752 "Lost connection to MySQL server kostja@bodhi.local2006-07-241-7/+9
* | mergingholyfoot/hf@mysql.com/deer.(none)2006-07-181-2/+3
* | Merge mysql.com:/home/hf/work/mysql-4.1.mrgholyfoot/hf@mysql.com/deer.(none)2006-07-181-6/+6
|\ \ | |/ |/|
| * Merge bk@192.168.21.1:mysql-4.1holyfoot/hf@mysql.com/deer.(none)2006-07-131-6/+7
| |\
| | * bug #16017 (memory leaks in embedded server)holyfoot@deer.(none)2006-06-011-6/+7
* | | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2006-06-301-4/+3
|\ \ \ | |/ /
| * | bug #20152: mysql_stmt_execute() overwrites parameter bufferskroki@mysql.com2006-06-301-4/+3
| |/
| * libmysql.c:bar@mysql.com2006-04-061-0/+3
| * Revert the changeset for Bug#16144 "mysql_stmt_attr_get type error":konstantin@mysql.com2006-03-051-1/+1
* | Merge mysql.com:/usr/local/mysql/mysql-5.0-vgfixknielsen@mysql.com2006-05-151-1/+1
|\ \
| * | Fix two Valgrind memory leak warnings.knielsen@mysql.com2006-05-151-1/+1
* | | Remove valgrind and compiler warningsmsvensson@neptunus.(none)2006-05-081-0/+1
|/ /
* | Moving mysql_get_server_version() from libmysql.c to client.c,bar@mysql.com2006-04-061-29/+0
* | Undo the patch for Bug#16144 "mysql_stmt_attr_get type error",konstantin@mysql.com2006-03-041-1/+1
* | Fixes to embedded server to be able to run tests with itmonty@mysql.com2006-02-241-6/+6
* | Merge neptunus.(none):/home/msvensson/mysql/bug14057/my50-bug14057msvensson@neptunus.(none)2006-02-211-1/+5
|\ \
| * | Bug#14057 mysql_ping() handles TCP and UNIX socket connections in different waysmsvensson@neptunus.(none)2006-02-161-1/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2006-02-151-0/+1
|\ \ \
| * | | Bug#16143 mysql_stmt_sqlstate returns an empty string instead of '00000'msvensson@devsrv-b.mysql.com2006-02-151-0/+1
* | | | Merge neptunus.(none):/home/msvensson/mysql/bug14013/my50-bug14013msvensson@neptunus.(none)2006-02-131-2/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#14013 mysql_stmt_store_result() bombs if a cursor is openmsvensson@neptunus.(none)2006-02-101-2/+33
| |/ /
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2006-02-021-0/+6
|\ \ \ | | |/ | |/|
| * | fix for bug #12744 (MYSQL_STMT operations cause seg fault after connection re...andrey@lmy004.2006-02-011-0/+6
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2006-01-181-1/+1
|\ \ \ | |/ /
| * | A fix and a test case for Bug#16144 "mysql_stmt_attr_get type error":konstantin@mysql.com2006-01-171-1/+1
* | | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-1/+1
| |/ |/|
* | 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
| * minor fix (backport from 5.0) - changed function prototype/definitiongeorg@lmy002.wdf.sap.corp2005-07-191-2/+3
* | Cleanups during review of new codemonty@mysql.com2005-07-281-6/+1
* | 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
* | | 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-121-0/+15
* | 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
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-161-7/+33
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-161-7/+33
| |\ \
| | * | A fix and a test case for Bug#9643 " CURSOR_TYPE_SCROLLABLE dos not work"konstantin@mysql.com2005-05-161-7/+33