summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* potential problem fixed afer some reasoningunknown2004-02-192-11/+11
* For to export the right functions with changes done from 4.0.16unknown2004-02-041-2/+2
* 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
|\
| * 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-284-14/+50
* | Merge with 3.23.55unknown2003-01-251-0/+6
|\ \ | |/
| * a symlink that was missing ...unknown2003-01-211-1/+3
| * Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-01-081-0/+2
| |\
| * | Fixing that 3.23 API / clients do not disconnect if a large unknown2003-01-042-691/+15
* | | Merge with 3.23unknown2003-01-161-0/+2
|\ \ \ | | |/ | |/|
| * | - fixes to properly make a "make distclean" (some files were not removed)unknown2002-12-271-0/+2
| |/
* | Added functions required by MySQLCCunknown2003-01-111-0/+6
* | 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
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-12-051-2/+9
| |\
| | * better fix for read_rows, same for read_one_rowunknown2002-12-051-2/+9
| * | - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)unknown2002-12-041-1/+1
| |/
* | new client error added: CR_MALFORMED_PACKETunknown2002-12-042-5/+8
* | 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
* | Portability fixes for HP compiler and HPUX11unknown2002-11-091-1/+1
* | Error code for ssl connectionunknown2002-11-052-8/+14
* | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventualunknown2002-10-241-1/+1