summaryrefslogtreecommitdiff
path: root/include/atomic/solaris.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | | | | * Update wrong zip-code
* | MDEV-13728 - Import MySQL 5.7 atomic operations for MSVC and SolarisSergey Vojtovich2017-11-271-40/+94
| | | | | | | | gcc_sync.h, solaris.h, generic-msvc.h copied verbatim.
* | MDEV-11212 - Clean-up MariaDB atomic operationsSergey Vojtovich2016-12-131-9/+0
|/ | | | | Removed MY_ATOMIC_MODE_DUMMY and WITH_ATOMIC_OPS: MariaDB is not functional without atomic operations anymore.
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|
* Bug#52261: 64 bit atomic operations do not work on Solaris i386 ..Davi Arnaut2010-07-271-1/+7
| | | | | | Workaround a interface problem with the atomic macros that was causing warnings. The correct type is retrieved using typeof if compiling with GCC.
* fix atomic/solaris.h to conformSergei Golubchik2009-12-231-218/+30
| | | | remove duplicated boilerplate code
* Added extra checks of 64-bit atomic support on GCC and Solaris, also added ↵Mikael Ronstrom2009-12-181-1/+45
| | | | 64-bit support in solaris.h which was missing
* WL#2595 kernel-independent atomic operationsMarc Alff2009-11-171-4/+4
| | | | | | Backport from 6.0.14 to 5.6.0 Original code from Sergei Golubchik
* Added new file solaris.hMikael Ronstrom2008-10-161-0/+210