Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some vio code that was using ___WIN__ instead of __WIN__ | reggie@linux.site | 2005-07-12 | 1 | -1/+1 |
* | Bug #9721 net_write_timeout not used on Windows | rburnett@bk-internal.mysql.com | 2005-05-05 | 1 | -2/+2 |
* | Manual merge. | joerg@mysql.com | 2005-03-07 | 1 | -48/+105 |
* | Changed C++ style comment to C style for 'sql/net_serv.cc' which will be syml... | joerg@mysql.com | 2005-03-04 | 1 | -1/+1 |
* | Fix for BUG#7658 "optimize crashes slave thread (1 in 1000)]": | guilhem@mysql.com | 2005-01-10 | 1 | -0/+2 |
* | c++ comment fixed | serg@serg.mylan | 2004-02-21 | 1 | -1/+1 |
* | vio ssl structure renames (to get rid of ending _) | monty@narttu.mysql.fi | 2003-08-27 | 1 | -0/+3 |
* | Fixed some varnings from valgrind | monty@narttu.mysql.fi | 2003-08-20 | 1 | -11/+16 |
* | Fixed memory allocation in Unique to not allocate too much memory | monty@mashka.mysql.fi | 2003-06-26 | 1 | -0/+3 |
* | Merged fix for alarm on big blocks | monty@narttu.mysql.fi | 2003-06-05 | 1 | -1/+1 |
|\ | |||||
| * | Fixed test if thr_alarm() failed | monty@narttu.mysql.fi | 2003-06-05 | 1 | -1/+1 |
* | | Print error if we can't delete an alarm | monty@narttu.mysql.fi | 2003-06-05 | 1 | -1/+6 |
* | | Merge with 3.23 to get fix for thr_alarm and big packets | monty@narttu.mysql.fi | 2003-06-05 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed problem with alarms when reading too big packet | monty@narttu.mysql.fi | 2003-06-05 | 1 | -5/+5 |
| * | - fixed C++-style comments in .c files to make IBM compiler happy | lenz@mysql.com | 2003-03-11 | 1 | -1/+1 |
| * | Fixing that 3.23 API / clients do not disconnect if a large | Sinisa@sinisa.nasamreza.org | 2003-01-04 | 1 | -3/+19 |
| * | Safety fix to not allow one to specify too big max_alloc_packet to mysqld | monty@mashka.mysql.fi | 2002-12-26 | 1 | -1/+1 |
| * | Fixed bug in --safe-create-user | monty@hundin.mysql.fi | 2001-09-15 | 1 | -1/+0 |
* | | Fixed bug in SUM() with NULL:s | monty@mashka.mysql.fi | 2003-04-15 | 1 | -11/+11 |
* | | Added support for max_allowed_packet in option files read by mysql_option() | monty@mashka.mysql.fi | 2003-01-04 | 1 | -84/+149 |
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-02 | 1 | -3/+18 |
|\ \ | |||||
| * | | Fixing some bugs in client - server protocol and adding a feature | Sinisa@sinisa.nasamreza.org | 2003-01-02 | 1 | -3/+18 |
* | | | Small optimization of sending big blocks. | monty@mashka.mysql.fi | 2003-01-02 | 1 | -6/+19 |
* | | | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overruns | monty@mashka.mysql.fi | 2002-12-26 | 1 | -1/+1 |
|/ / | |||||
* | | Portability fixes. | monty@mashka.mysql.fi | 2002-09-11 | 1 | -0/+2 |
* | | Portability fix. | monty@hundin.mysql.fi | 2002-08-21 | 1 | -8/+12 |
* | | Use our version of RWLOCKS on UNIXWARE 7 | monty@hundin.mysql.fi | 2002-08-21 | 1 | -0/+3 |
* | | Added nety_retry_count as a changeable variable | monty@hundin.mysql.fi | 2002-08-08 | 1 | -10/+10 |
* | | Lots of code fixes to the replication code (especially the binary logging and... | monty@mashka.mysql.fi | 2002-08-08 | 1 | -41/+43 |
* | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -31/+23 |
* | | Added interface for first set of dynamic variables. | jani@rhols221.adsl.netsonic.fi | 2002-06-28 | 1 | -2/+2 |
* | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -1/+1 |
* | | Update for BTREE keys in HEAP tables | monty@tik.mysql.fi | 2002-04-12 | 1 | -5/+2 |
* | | added building without query cache | bell@sanja.is.com.ua | 2002-03-22 | 1 | -1/+3 |
* | | fixes for slave backward compat | sasha@mysql.sashanet.com | 2002-02-07 | 1 | -0/+11 |
* | | Win32 Embedded Server Changes | miguel@light.local | 2002-01-09 | 1 | -17/+16 |
* | | Make query cache code independent of the MYSQL_SERVER define. | monty@hundin.mysql.fi | 2002-01-06 | 1 | -3/+3 |
* | | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -1/+1 |
* | | Fixed access privilege bug in query cache. | monty@hundin.mysql.fi | 2001-12-22 | 1 | -1/+2 |
* | | Cleanup of alarm macros. | monty@hundin.mysql.fi | 2001-12-21 | 1 | -40/+27 |
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -13/+12 |
* | | Update of query cache code. | monty@hundin.mysql.fi | 2001-12-05 | 1 | -18/+18 |
* | | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 1 | -0/+6 |
* | | One should not only have to include my_net.h to work with sockets. | monty@hundin.mysql.fi | 2001-10-09 | 1 | -17/+6 |
* | | Fixed some build problems. | monty@hundin.mysql.fi | 2001-10-04 | 1 | -24/+26 |
* | | Added support of INSERT to MERGE tables | monty@hundin.mysql.fi | 2001-09-22 | 1 | -0/+1 |
* | | Portability fixes | monty@hundin.mysql.fi | 2001-09-15 | 1 | -4/+0 |
* | | Changed to use my_global.h | monty@hundin.mysql.fi | 2001-09-14 | 1 | -1/+1 |
* | | Merge with 3.23.42 | monty@work.mysql.com | 2001-09-13 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | OS2 patch | monty@hundin.mysql.fi | 2001-09-12 | 1 | -2/+2 |