Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto-merge from mysql-next-mr-bugfixing. | Alexander Nozdrin | 2010-02-23 | 1 | -1/+1 |
|\ | |||||
| * | prettification of package names and fix compile bug on OSX/ppc | Vladislav Vaintroub | 2010-01-28 | 1 | -1/+1 |
| | | |||||
* | | Fix compiler warnings in my_atomic.h | Konstantin Osipov | 2010-02-19 | 1 | -2/+2 |
|/ | |||||
* | fix atomic/solaris.h to conform | Sergei Golubchik | 2009-12-23 | 1 | -3/+1 |
| | | | remove duplicated boilerplate code | ||||
* | Yet one more fix for Solaris atomics in builds | Mikael Ronstrom | 2009-12-19 | 1 | -1/+1 |
| | |||||
* | Fixed Solaris build issues | Mikael Ronstrom | 2009-12-19 | 1 | -10/+4 |
| | |||||
* | Fixed solaris builds | Mikael Ronstrom | 2009-12-19 | 1 | -0/+8 |
| | |||||
* | Fixed 64-bit atomics on Win x86 and removed support for 8 and 16-bit atomic ↵ | Mikael Ronstrom | 2009-12-15 | 1 | -4/+3 |
| | | | | operations | ||||
* | Backported my_atomic from 6.0-codebase and added support for 64-bit atomics ↵ | Mikael Ronstrom | 2009-10-12 | 1 | -1/+11 |
| | | | | to enable removal of LOCK_thread_count from every query, removed LOCK_thread_count from use in dispatch_command and close of query which is used in every query, now uses atomic increments/decrements instead | ||||
* | Moved atomics from 6.0 codebase to prepare for using atomic increments in ↵ | Mikael Ronstrom | 2009-10-09 | 1 | -64/+209 |
| | | | | places where LOCK_thread_count previously was used | ||||
* | Performance patch: Mysql atomic patch | Mikael Ronstrom | 2008-10-13 | 1 | -2/+12 |
| | |||||
* | Fixes to merge between 5.1-main and 5.1-marvel | jani@hynda.mysql.fi | 2007-10-15 | 1 | -5/+5 |
| | |||||
* | move intptr from my_atomic.h to my_global.h | serg@janus.mylan | 2007-01-28 | 1 | -8/+0 |
| | |||||
* | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-27 | 1 | -2/+1 |
| | | | | Changed header to GPL version 2 only | ||||
* | compile-time definition of intptr type | serg@janus.mylan | 2006-08-01 | 1 | -1/+7 |
| | |||||
* | support for xadd emulation, workaround for Darwin | serg@serg.mylan | 2006-06-29 | 1 | -6/+20 |
| | |||||
* | atomic ops: | serg@serg.mylan | 2006-06-17 | 1 | -14/+99 |
| | | | | | my_atomic_XX_t -> intXX, no implicit locking anymore simplified framework, support for requested cleanups | ||||
* | WL#2595 - atomic operations | serg@serg.mylan | 2006-05-31 | 1 | -0/+46 |