summaryrefslogtreecommitdiff
path: root/include/my_atomic.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | MDEV-9627 clang builds fail on i386Sergei Golubchik2018-09-041-1/+1
* | MDEV-7437 remove suport for "atomics" with rwlocksSergei Golubchik2015-01-131-15/+1
* | MDEV-6693 - Atomic operations with explicit memory barrierSergey Vojtovich2014-10-141-1/+135
|/
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+3
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\
| | * Bug#22320: my_atomic-t unit test failsDavi Arnaut2010-07-051-142/+0
* | | lots of post-merge changesSergei Golubchik2011-04-251-0/+2
* | | merge.Sergei Golubchik2010-11-251-5/+1
|\ \ \ | |/ / |/| |
| * | Fixes for bugs (my_atomic and Maria log handler) observed onunknown2008-02-201-5/+5
| * | Windows fixesunknown2008-01-101-24/+33
| * | pushbuild fixes to please gcc and darwin/ppc64unknown2007-12-141-1/+10
| * | This patch is a collection of patches from from Sanja, Sergei and Monty.unknown2007-05-291-0/+5
| * | Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-mariaunknown2007-02-281-58/+145
| |\ \
| | * | shut up signedness warnings in atomic ops in gccunknown2006-11-221-41/+98
| | * | post-review fixes.unknown2006-11-161-8/+0
| | * | include/my_atomic.h: commentunknown2006-10-231-0/+34
| | * | less confusing and more correct name for my_atomic_swapunknown2006-10-211-11/+11
| | * | push for trnman reviewunknown2006-10-131-5/+5
| | * | amd64 atomic opsunknown2006-08-101-5/+9
* | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-26/+5
* | | | Bug#22320: my_atomic-t unit test failsDavi Arnaut2010-07-231-1/+3
* | | | Auto-merge from mysql-next-mr-bugfixing.Alexander Nozdrin2010-02-231-1/+1
|\ \ \ \
| * | | | prettification of package names and fix compile bug on OSX/ppcVladislav Vaintroub2010-01-281-1/+1
* | | | | Fix compiler warnings in my_atomic.hKonstantin Osipov2010-02-191-2/+2
|/ / / /
* | | | fix atomic/solaris.h to conformSergei Golubchik2009-12-231-3/+1
* | | | Yet one more fix for Solaris atomics in buildsMikael Ronstrom2009-12-191-1/+1
* | | | Fixed Solaris build issuesMikael Ronstrom2009-12-191-10/+4
* | | | Fixed solaris buildsMikael Ronstrom2009-12-191-0/+8
* | | | Fixed 64-bit atomics on Win x86 and removed support for 8 and 16-bit atomic o...Mikael Ronstrom2009-12-151-4/+3
* | | | Backported my_atomic from 6.0-codebase and added support for 64-bit atomics t...Mikael Ronstrom2009-10-121-1/+11
* | | | Moved atomics from 6.0 codebase to prepare for using atomic increments in pla...Mikael Ronstrom2009-10-091-64/+209
* | | | Performance patch: Mysql atomic patchMikael Ronstrom2008-10-131-2/+12
| |_|/ |/| |
* | | Fixes to merge between 5.1-main and 5.1-marvelunknown2007-10-151-5/+5
* | | move intptr from my_atomic.h to my_global.hunknown2007-01-281-8/+0
|/ /
* | Many files:unknown2006-12-271-2/+1
|/
* compile-time definition of intptr typeunknown2006-08-011-1/+7
* support for xadd emulation, workaround for Darwinunknown2006-06-291-6/+20
* atomic ops:unknown2006-06-171-14/+99
* WL#2595 - atomic operationsunknown2006-05-311-0/+46