summaryrefslogtreecommitdiff
path: root/mysys/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-4/+0
|\
| * MDEV-16662: cmake remove empty INSTALL_DEBUG_TARGETDaniel Black2020-02-251-4/+0
* | mysys: remove windac my_security_attr_create (#1391)Daniel Black2020-02-141-1/+0
* | MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec"Vladislav Vaintroub2019-11-151-1/+8
* | MDEV-19845: Define my_timer_cycles() inlineMarko Mäkelä2019-06-281-6/+0
|/
* MDEV-19845: Adaptive spin loopsMarko Mäkelä2019-06-271-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2019-06-111-1/+1
|\
| * Only link mysys_ssl when required.Vladislav Vaintroub2019-06-031-2/+2
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-0/+1
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2018-10-271-0/+1
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-10-231-0/+1
| | | | |\
| | | | | * Bug #26275510 BUNDLED ZLIB DOESN'T INCLUDE FIXES FOR SOME VULNERABILITIESAditya A2018-07-091-2/+2
| | | | | * Backport from trunk:Tor Didriksen2014-05-071-2/+1
| | | | | * Bug 13878021 - WINDOWS PACKAGE THAT INCLUDES .PDB FILES FOR INTERMEDIATE LIBR...Sreedhar.S2013-10-091-0/+5
| | | | | * Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8Tor Didriksen2013-06-141-1/+6
| | | | | * Updated/added copyright headersKent Boortz2011-06-301-1/+1
| | | | | |\
| | | | | | * Updated/added copyright headersKent Boortz2011-06-301-1/+2
| | | | | | |\
| | | | | * | | Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5Magne Mahre2011-03-291-7/+2
| | | | | * | | Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).Alexander Nozdrin2010-08-121-4/+2
| | | | | * | | Cleanup after bild team push.Vladislav Vaintroub2010-07-251-4/+13
| | | | | * | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-6/+6
| | | | | * | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-2/+2
| | | | | |\ \ \
| | | | | | * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
| | | | | * | | | Unset the execute bit where it's not needed.Davi Arnaut2010-07-031-0/+0
| | | | | |/ / /
| | | | | * | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-1/+1
| | | | | |\ \ \
| | | | | | * | | Backport: remove dead code.Davi Arnaut2010-05-281-1/+1
| | | | | * | | | A follow up patch for the fix for Bug#51263 "Deadlock between Konstantin Osipov2010-06-011-0/+4
| | | | | |/ / /
| | | | | * | | Fix BUILD/compile-pentium64-xxx scripts, when ccache is present.Vladislav Vaintroub2010-02-221-1/+1
| | | | | * | | mergeVladislav Vaintroub2009-12-191-1/+1
| | | | | |\ \ \
| | | | | * | | | couple of tweaks for solaris on sparc, link with librt, as it defines sched_y...Vladislav Vaintroub2009-12-081-1/+1
| | | | | * | | | On Linux, support -Wl,--no-undefined (only client shared library)Vladislav Vaintroub2009-12-071-1/+2
| | | | | * | | | fix build errorsVladislav Vaintroub2009-12-011-3/+3
| | | | | * | | | mergeVladislav Vaintroub2009-11-301-2/+9
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | WL#2373 Use cycle counter for timingMarc Alff2009-11-241-2/+3
| | | | | * | | | add --disable-shared equivalentVladislav Vaintroub2009-11-251-3/+0
| | | | | * | | | mergeVladislav Vaintroub2009-11-251-1/+3
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | Port the unit test framework to windowsMarc Alff2009-11-171-1/+3
| | | | | * | | | implement convenience librariesVladislav Vaintroub2009-11-241-2/+1
| | | | | * | | | WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-091-14/+30
| | | | | |/ / /
| | | | | * | | Merge from mysql-trunk-merge.Alexander Nozdrin2009-10-191-1/+1
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Bug#47857 strip_sp function in mysys/mf_strip.c never used and cause name clashMagnus Blåudd2009-10-061-1/+1
| | | | | * | | Backport http://lists.mysql.com/commits/57778Vladislav Vaintroub2009-09-301-2/+0
| | | | | * | | This is the downport ofVladislav Vaintroub2009-09-111-1/+1
| | | | | |/ /
| | | | | * | Bug#37003 Tests sporadically crashes with embedded serverDavi Arnaut2008-06-181-1/+1