| Commit message (Expand) | Author | Age | Files | Lines |
* | WL #1510 "Implement support for "commercial" binaries on handshake", | unknown | 2004-03-17 | 2 | -3/+60 |
* | Merge with 3.23 to get patch for floor() | unknown | 2004-03-12 | 1 | -2/+2 |
|\ |
|
| * | Fix for bug#2021: Wron error message from the client | unknown | 2004-02-11 | 1 | -4/+2 |
* | | Added missing argument to strxnmov() (Applies for windows debug mode) | unknown | 2004-02-20 | 1 | -1/+2 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | unknown | 2004-02-19 | 1 | -5/+7 |
|\ \ |
|
| * | | Fixed usage of strxnmov() in recent changesets | unknown | 2004-02-19 | 1 | -5/+7 |
* | | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0 | unknown | 2004-02-19 | 2 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | potential problem fixed afer some reasoning | unknown | 2004-02-19 | 2 | -11/+11 |
* | | | Merge | unknown | 2004-02-09 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | For to export the right functions with changes done from 4.0.16 | unknown | 2004-02-04 | 1 | -2/+2 |
* | | | Revise Windows build script, correct comment re NetWare in libmysql.c | unknown | 2004-01-21 | 1 | -1/+1 |
|/ / |
|
* | | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr... | unknown | 2003-12-11 | 1 | -6/+16 |
* | | code cleanup after some reasoning | unknown | 2003-12-09 | 1 | -1/+2 |
* | | rpl_parse and rpl_probe don't have to be reset as they are already 0 | unknown | 2003-11-28 | 1 | -19/+23 |
* | | "optimization cleanup" reverted - problems on rpl_redirect test. | unknown | 2003-11-28 | 1 | -0/+2 |
* | | no need to zero-initialize mysql->master->{rpl_pivot, options.rpl_parse, | unknown | 2003-11-28 | 1 | -3/+0 |
* | | cleanup: | unknown | 2003-11-28 | 1 | -2/+0 |
* | | 4 small items in this: | unknown | 2003-10-31 | 2 | -2/+2 |
* | | Better fix for CREATE TABLE IF NOT EXISTS ... SELECT | unknown | 2003-10-15 | 1 | -2/+2 |
* | | Block SIGPIPE also for not threaded client programs. | unknown | 2003-09-23 | 2 | -6/+8 |
* | | fixed bug #1174 | unknown | 2003-09-02 | 1 | -1/+1 |
* | | Add detection of in_addr_t | unknown | 2003-08-28 | 1 | -6/+7 |
* | | vio ssl structure renames (to get rid of ending _) | unknown | 2003-08-27 | 2 | -2/+3 |
* | | Move test that uses many tables (in query_cache.test) to separate test so tha... | unknown | 2003-08-22 | 2 | -18/+25 |
* | | Fix for UNIXWARE 7 | unknown | 2003-07-03 | 1 | -2/+14 |
* | | Changed connect with timeout to use poll() instead if socket() to avoid probl... | unknown | 2003-06-23 | 1 | -27/+67 |
* | | Fixed (not fatal) buffer overflow | unknown | 2003-06-04 | 1 | -1/+1 |
* | | Exported functions required by MySQLCC | unknown | 2003-04-16 | 1 | -0/+4 |
* | | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported | unknown | 2003-03-18 | 2 | -196/+3 |
* | | Change dbug.h -> my_dbug.h (Portability fix) | unknown | 2003-03-17 | 1 | -1/+0 |
* | | Merge with 3.23 to get fixes for --user and BACKUP TABLE | unknown | 2003-03-10 | 1 | -30/+36 |
|\ \
| |/ |
|
| * | Better fix for connect timeout problem. | unknown | 2003-03-10 | 1 | -34/+37 |
| * | Additional bug fix | unknown | 2003-03-08 | 1 | -0/+3 |
| * | A correct fix for the timeout problem | unknown | 2003-03-08 | 1 | -7/+4 |
| * | connect timeout bug fix | unknown | 2003-02-10 | 1 | -0/+3 |
* | | Fixed multi-table-delete for InnoDB tables | unknown | 2003-02-17 | 1 | -2/+3 |
* | | Merge with 3.23.56 (Replace manual with 'empty' document) | unknown | 2003-01-28 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Make PACKET_TOO_LARGE error handling safer in client | unknown | 2003-01-28 | 1 | -11/+9 |
* | | Fixes for Netware | unknown | 2003-01-28 | 4 | -14/+50 |
* | | Merge with 3.23.55 | unknown | 2003-01-25 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | a symlink that was missing ... | unknown | 2003-01-21 | 1 | -1/+3 |
| * | Merge sinisa@work.mysql.com:/home/bk/mysql | unknown | 2003-01-08 | 1 | -0/+2 |
| |\ |
|
| * | | Fixing that 3.23 API / clients do not disconnect if a large | unknown | 2003-01-04 | 2 | -691/+15 |
* | | | Merge with 3.23 | unknown | 2003-01-16 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | - fixes to properly make a "make distclean" (some files were not removed) | unknown | 2002-12-27 | 1 | -0/+2 |
| |/ |
|
* | | Added functions required by MySQLCC | unknown | 2003-01-11 | 1 | -0/+6 |
* | | Added support for max_allowed_packet in option files read by mysql_option() | unknown | 2003-01-04 | 1 | -4/+10 |
* | | Merge with 3.23 | unknown | 2002-12-11 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | Added back -max to server name if we are using InnoDB. | unknown | 2002-12-11 | 1 | -2/+2 |
| * | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | unknown | 2002-12-05 | 1 | -2/+9 |
| |\ |
|