summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for escaping multibyte characters. (Bug #9864)unknown2005-05-071-0/+34
* libmysql.c:unknown2004-11-051-1/+2
* Mergeunknown2004-11-051-0/+1
|\
| * libmysql.def, libmysql.c:unknown2004-11-052-1/+2
* | Ensure that a source distribution contains 'libmysql/libmysql.def'unknown2004-11-011-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-201-6/+4
|\ \
| * | Code cleanups (done during review of new code)unknown2004-10-201-6/+4
| |/
* | libmysql.c:unknown2004-10-191-0/+3
|/
* libmysql.c:unknown2004-10-191-0/+33
* Fix for BUG#5073 "--disable-local-infile has no effect if client reads it wit...unknown2004-08-171-1/+1
* - rename: EXCEPTIONS->EXCEPTIONS-CLIENTunknown2004-08-058-8/+8
* - Fixed libmysql license texts: added reference to the FLOSSunknown2004-08-058-42/+66
* lower_case_table_names=2 (Keep case for table names) was not honoredunknown2004-06-231-0/+2
* Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0unknown2004-06-181-1/+2
|\
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23unknown2004-06-171-1/+2
| |\
| | * Fix for BUG#4017 "mysql_real_connect buffer overflow"unknown2004-06-171-1/+2
* | | mysql_get_parameter interface fixedunknown2004-05-311-1/+1
* | | Fix to make Windows compilation smootherunknown2004-05-262-18/+9
* | | New MYSQL_SERVER_SUFFIX usage (for easier compilation)unknown2004-05-251-1/+1
* | | WL #1510 "Implement support for "commercial" binaries on handshake",unknown2004-03-172-3/+60
* | | Merge with 3.23 to get patch for floor()unknown2004-03-121-2/+2
|\ \ \ | |/ /
| * | Fix for bug#2021: Wron error message from the clientunknown2004-02-111-4/+2
| |/
* | Added missing argument to strxnmov() (Applies for windows debug mode)unknown2004-02-201-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-191-5/+7
|\ \
| * | Fixed usage of strxnmov() in recent changesetsunknown2004-02-191-5/+7
* | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-192-11/+11
|\ \ \ | |/ /
| * | potential problem fixed afer some reasoningunknown2004-02-192-11/+11
* | | Mergeunknown2004-02-091-2/+2
|\ \ \ | |/ /
| * | For to export the right functions with changes done from 4.0.16unknown2004-02-041-2/+2
* | | Revise Windows build script, correct comment re NetWare in libmysql.cunknown2004-01-211-1/+1
|/ /
* | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-6/+16
* | code cleanup after some reasoningunknown2003-12-091-1/+2
* | rpl_parse and rpl_probe don't have to be reset as they are already 0unknown2003-11-281-19/+23
* | "optimization cleanup" reverted - problems on rpl_redirect test.unknown2003-11-281-0/+2
* | no need to zero-initialize mysql->master->{rpl_pivot, options.rpl_parse, unknown2003-11-281-3/+0
* | cleanup:unknown2003-11-281-2/+0
* | 4 small items in this:unknown2003-10-312-2/+2
* | Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-2/+2
* | Block SIGPIPE also for not threaded client programs.unknown2003-09-232-6/+8
* | fixed bug #1174unknown2003-09-021-1/+1
* | Add detection of in_addr_tunknown2003-08-281-6/+7
* | vio ssl structure renames (to get rid of ending _)unknown2003-08-272-2/+3
* | Move test that uses many tables (in query_cache.test) to separate test so tha...unknown2003-08-222-18/+25
* | Fix for UNIXWARE 7unknown2003-07-031-2/+14
* | Changed connect with timeout to use poll() instead if socket() to avoid probl...unknown2003-06-231-27/+67
* | Fixed (not fatal) buffer overflowunknown2003-06-041-1/+1
* | Exported functions required by MySQLCCunknown2003-04-161-0/+4
* | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-182-196/+3
* | Change dbug.h -> my_dbug.h (Portability fix)unknown2003-03-171-1/+0
* | Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-101-30/+36
|\ \ | |/