summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-10/+10
|\ \ | |/
| * potential problem fixed afer some reasoningunknown2004-02-191-10/+10
* | 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-311-1/+1
* Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-2/+2
* Block SIGPIPE also for not threaded client programs.unknown2003-09-231-6/+7
* Move test that uses many tables (in query_cache.test) to separate test so tha...unknown2003-08-221-0/+7
* 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
* Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-101-30/+36
|\
| * Better fix for connect timeout problem.unknown2003-03-101-34/+37
| * Additional bug fixunknown2003-03-081-0/+3
| * A correct fix for the timeout problemunknown2003-03-081-7/+4
| * connect timeout bug fixunknown2003-02-101-0/+3
* | Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-2/+3
* | Merge with 3.23.56 (Replace manual with 'empty' document)unknown2003-01-281-1/+2
|\ \ | |/
| * Make PACKET_TOO_LARGE error handling safer in clientunknown2003-01-281-11/+9
* | Fixes for Netwareunknown2003-01-281-6/+30
* | Merge with 3.23.55unknown2003-01-251-0/+6
|\ \ | |/
| * Fixing that 3.23 API / clients do not disconnect if a large unknown2003-01-041-6/+15
* | Added support for max_allowed_packet in option files read by mysql_option()unknown2003-01-041-4/+10
* | Merge with 3.23unknown2002-12-111-2/+9
|\ \ | |/
| * Added back -max to server name if we are using InnoDB.unknown2002-12-111-2/+2
| * better fix for read_rows, same for read_one_rowunknown2002-12-051-2/+9
* | new client error added: CR_MALFORMED_PACKETunknown2002-12-041-1/+1
* | mergedunknown2002-12-041-2/+10
|\ \ | |/
| * protect from [heap] buffer overrrun by malicious serverunknown2002-12-041-2/+10
* | Small improvement to alloc_rootunknown2002-11-161-0/+1
* | Error code for ssl connectionunknown2002-11-051-5/+8
* | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventualunknown2002-10-241-1/+1
* | Portability fixes.unknown2002-09-111-20/+24
* | Some trivial optimzationsunknown2002-09-031-2/+1
* | Don't require call to mysql_ssl_set() to use ssl.unknown2002-08-251-7/+16
* | Give better error from reconnect()unknown2002-08-241-11/+18
* | Use our version of RWLOCKS on UNIXWARE 7unknown2002-08-211-19/+37
* | Fixed timing problem with rpl000001 replication test.unknown2002-08-181-5/+6
* | Fix for SSL and new my_getoptunknown2002-08-091-1/+4
* | Added nety_retry_count as a changeable variableunknown2002-08-081-0/+1
* | New SET syntax & system variables.unknown2002-07-231-0/+16
* | Removed mysql_ssl_clear() unknown2002-06-271-3/+3