summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two Valgrind memory leak warnings.unknown2006-05-151-1/+1
* Moving mysql_get_server_version() from libmysql.c to client.c,unknown2006-04-061-29/+0
* Undo the patch for Bug#16144 "mysql_stmt_attr_get type error",unknown2006-03-041-1/+1
* Fixes to embedded server to be able to run tests with itunknown2006-02-241-6/+6
* Merge neptunus.(none):/home/msvensson/mysql/bug14057/my50-bug14057unknown2006-02-211-1/+5
|\
| * Bug#14057 mysql_ping() handles TCP and UNIX socket connections in different waysunknown2006-02-161-1/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-02-151-0/+1
|\ \
| * | Bug#16143 mysql_stmt_sqlstate returns an empty string instead of '00000'unknown2006-02-151-0/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/bug14013/my50-bug14013unknown2006-02-131-2/+33
|\ \ \ | |/ / |/| |
| * | Bug#14013 mysql_stmt_store_result() bombs if a cursor is openunknown2006-02-101-2/+33
| |/
* | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2006-02-021-0/+6
|\ \
| * | fix for bug #12744 (MYSQL_STMT operations cause seg fault after connection re...unknown2006-02-011-0/+6
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2006-01-181-1/+1
|\ \ \ | |/ /
| * | A fix and a test case for Bug#16144 "mysql_stmt_attr_get type error":unknown2006-01-171-1/+1
* | | many warnings (practically safe but annoying) correctedunknown2006-01-031-1/+1
| |/ |/|
* | Mergingunknown2005-08-041-0/+7
|\ \ | |/
| * Fix for bug #12177 (errorlog file isn't closed)unknown2005-08-041-0/+7
| * minor fix (backport from 5.0) - changed function prototype/definitionunknown2005-07-191-2/+3
* | Cleanups during review of new codeunknown2005-07-281-6/+1
* | Merge mysql.com:/home/jimw/my/mysql-5.0-5906unknown2005-07-191-2/+3
|\ \
| * | Fix number to date conversion so it always honors the NO_ZERO_DATE,unknown2005-07-181-2/+3
* | | Restore previous used client charset in mysql_reconnectunknown2005-07-161-33/+0
* | | Fix for bug #11037.unknown2005-07-151-3/+12
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-07-141-0/+11
|\ \ \ | | |/ | |/|
| * | A fix and a test case for Bug#11183 "mysql_stmt_reset() doesn't resetunknown2005-07-141-0/+12
* | | Implement MarkM optimization request to avoid redundnat packet exchangeunknown2005-07-141-3/+2
| |/ |/|
* | changes after Bar's review: renamed CHARACTER_SET to MY_CHARSET_INFOunknown2005-07-121-1/+1
* | New attempt after Bar's reviewunknown2005-07-121-0/+15
* | Merge mysql.com:/home/jimw/my/mysql-5.0-10214unknown2005-07-051-1/+8
|\ \
| * | Make status of NO_BACKSLASH_ESCAPES mode known to the client sounknown2005-06-231-1/+8
* | | A fix and a test case for Bug#10794 "mysql_stmt_attr_set no unknown2005-06-301-1/+0
|/ /
* | Rename all prepared statements COM_ commands to prefix with COM_STMT_unknown2005-06-171-13/+14
* | mergeunknown2005-06-051-1/+1
|\ \
| * | Cleanup during reviewunknown2005-06-051-1/+1
* | | Add missing STMT_ATTR_PREFETCH_ROWS to mysql_stmt_attr_getunknown2005-06-041-2/+5
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-05-161-7/+33
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-05-161-7/+33
| |\ \
| | * | A fix and a test case for Bug#9643 " CURSOR_TYPE_SCROLLABLE dos not work"unknown2005-05-161-7/+33
* | | | Merge with 4.1unknown2005-05-141-14/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-141-2/+5
| |\ \
| * | | After merge fixesunknown2005-05-141-14/+17
* | | | Manual merge (again)unknown2005-05-141-2/+35
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Fix a valgrind warning: memcpy does not allow its arguments to overlap.unknown2005-05-141-2/+5
| |/
| * added function mysql_set_character_set (reviewed by Monty)unknown2005-05-131-0/+30
* | A fix and test case for Bug#9478 "mysql_stmt_attr_set mysql_stmt_execute"unknown2005-05-121-49/+71
* | Mergingunknown2005-04-211-0/+1
|\ \ | |/
| * Fix for bug #7344 (Repeating mysql_server_start/mysql_server_end crash clients)unknown2005-04-211-0/+1
| * Fix errors in my last changesetunknown2005-02-221-2/+5
* | Fix for verification tests: loss of decimal places should notunknown2005-04-121-7/+6
* | Fix for verification tests: truncation of post digits should not return an errorunknown2005-04-111-4/+5