Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WL#2360 Performance schema | Marc Alff | 2009-12-09 | 1 | -53/+58 |
* | Backport of: | Konstantin Osipov | 2009-11-24 | 1 | -8/+8 |
* | Backport of: | Konstantin Osipov | 2009-11-23 | 1 | -4/+2 |
* | fixes for build failures due to my yesterday's changeset forbidding | guilhem@gbichot4.local | 2008-02-19 | 1 | -1/+1 |
* | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris | monty@mysql.com/nosik.monty.fi | 2007-08-13 | 1 | -9/+42 |
* | Slow query log to file now displays queries with microsecond precission | monty@mysql.com/nosik.monty.fi | 2007-07-30 | 1 | -6/+6 |
* | WL#3817: Simplify string / memory area types and make things more consistent ... | monty@mysql.com/narttu.mysql.fi | 2007-05-10 | 1 | -6/+6 |
* | Merged from 5.0 | jani@ua141d10.elisa.omakaista.fi | 2007-03-29 | 1 | -1/+4 |
* | restored run-time thread lib detection | serg@janus.mylan | 2007-03-28 | 1 | -22/+22 |
* | Fixed compiler warnings | monty@mysql.com/narttu.mysql.fi | 2007-02-23 | 1 | -5/+6 |
* | Excluded wrongly merged changeset. | svoj@mysql.com/april.(none) | 2007-02-07 | 1 | -25/+22 |
* | Merge chilla.local:/home/mydev/mysql-5.0-axmrg | istruewing@chilla.local | 2007-02-01 | 1 | -22/+25 |
|\ | |||||
| * | Merge chilla.local:/home/mydev/mysql-4.1-axmrg | istruewing@chilla.local | 2007-02-01 | 1 | -13/+13 |
| |\ | |||||
| | * | Merge chilla.local:/home/mydev/mysql-4.0-axmrg | istruewing@chilla.local | 2007-02-01 | 1 | -13/+13 |
| | |\ | |||||
| | | * | Cleanup of thread-type (linuxthread or NTPL) detection code | jani@ua141d10.elisa.omakaista.fi | 2007-01-25 | 1 | -13/+13 |
| * | | | Merge chilla.local:/home/mydev/mysql-4.1-axmrg | istruewing@chilla.local | 2007-01-29 | 1 | -24/+27 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 | jani@a88-113-38-195.elisa-laajakaista.fi | 2007-01-22 | 1 | -33/+33 |
| | |\ \ | | | |/ | |||||
| | | * | Fix for configure to detect library correctly. | jani@a88-113-38-195.elisa-laajakaista.fi | 2007-01-22 | 1 | -51/+42 |
* | | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0 | kent@kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
* | | | | Disabled syncronization test at it fails on multiple platforms. (Bug #24529) | monty@mysql.com/nosik.monty.fi | 2006-11-27 | 1 | -3/+4 |
* | | | | thr_alarm.c, thr_lock.c, my_global.h: | kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se | 2006-10-12 | 1 | -2/+1 |
* | | | | Another long patch to remove the rest of the OS2 support. | brian@zim.(none) | 2006-04-15 | 1 | -150/+1 |
|/ / / | |||||
* | | | locking issues, | serg@serg.mylan | 2005-12-23 | 1 | -15/+9 |
|/ / | |||||
* | | Fix wait_timeout (and kill) handling on Mac OS X by cleaning up how | jimw@mysql.com | 2005-10-11 | 1 | -17/+7 |
* | | Move reset of insert_values to ensure it's done also during error conditions | monty@mysql.com | 2005-06-28 | 1 | -0/+1 |
* | | fixes/cleanups according to Coverity report | serg@serg.mylan | 2005-01-24 | 1 | -1/+1 |
* | | Changed %lx -> 0x%lx (for easier comparison of debug files) | monty@mysql.com | 2004-08-23 | 1 | -2/+2 |
* | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | konstantin@mysql.com | 2004-06-10 | 1 | -1/+0 |
|/ | |||||
* | Merge with 3.23 (only comment changes) | monty@mashka.mysql.fi | 2003-11-17 | 1 | -0/+2 |
|\ | |||||
| * | Safety fix for alarms on windows. | monty@mashka.mysql.fi | 2003-11-17 | 1 | -1/+2 |
* | | Call my_sync() after all data is written to .frm file | monty@mysql.com | 2003-11-02 | 1 | -0/+7 |
* | | Updated comments | monty@mashka.mysql.fi | 2003-10-15 | 1 | -2/+6 |
* | | fix_max_connections to resize alarm_queue (Bug #1435) | serg@serg.mylan | 2003-10-06 | 1 | -0/+10 |
* | | Fix VC++ compiler error on Windows | miguel@hegel.(none) | 2003-07-02 | 1 | -1/+1 |
* | | Don't install signal handler for SIGINT by default | monty@narttu.mysql.fi | 2003-06-10 | 1 | -4/+5 |
* | | Added function comment | monty@narttu.mysql.fi | 2003-06-05 | 1 | -3/+15 |
* | | Print error if we can't delete an alarm | monty@narttu.mysql.fi | 2003-06-05 | 1 | -6/+5 |
* | | Small fixes (nothing nameworthy) | monty@narttu.mysql.fi | 2003-06-01 | 1 | -10/+31 |
* | | Fix for 64 bit machines (To remove warnings on Itanium) | monty@narttu.mysql.fi | 2003-05-26 | 1 | -0/+1 |
* | | Fixed core dump bug when shuting down mysqld | monty@narttu.mysql.fi | 2003-05-26 | 1 | -28/+47 |
* | | Safety fix (caused a core dump on slave during shutdown when shutting down re... | monty@narttu.mysql.fi | 2003-02-26 | 1 | -0/+2 |
* | | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -4/+15 |
* | | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual | lenz@mysql.com | 2002-10-24 | 1 | -2/+2 |
* | | merge | monty@mashka.mysql.fi | 2002-09-11 | 1 | -1/+1 |
|\ \ | |||||
| * | | Portability fixes. | monty@mashka.mysql.fi | 2002-09-11 | 1 | -1/+1 |
* | | | syntactic error.. | vva@genie.(none) | 2002-09-10 | 1 | -1/+1 |
* | | | fix bug for slave.. | vva@genie.(none) | 2002-09-09 | 1 | -1/+1 |
|/ / | |||||
* | | Portability fix. | monty@hundin.mysql.fi | 2002-08-21 | 1 | -11/+25 |
* | | Use our version of RWLOCKS on UNIXWARE 7 | monty@hundin.mysql.fi | 2002-08-21 | 1 | -8/+15 |