summaryrefslogtreecommitdiff
path: root/configure.cmake
Commit message (Expand)AuthorAgeFilesLines
* Bug #58699 cannot build with gcc dbg on solarisTor Didriksen2010-12-211-0/+43
* Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-191-1/+2
* A better fix for bug #56405 "Deadlock in the MDL deadlockDmitry Lenev2010-09-291-1/+0
* Merge mysql-trunk-bugfixing -> mysql-trunk-innodbVasil Dimov2010-07-291-28/+7
|\
| * Cleanup after bild team push.Vladislav Vaintroub2010-07-251-28/+7
* | Merge mysql-trunk-bugfixing -> mysql-trunk-innodbVasil Dimov2010-07-211-52/+91
|\ \ | |/
| * Manual merge from mysql-trunk.Alexander Nozdrin2010-07-191-12/+42
| |\
| | * CMakeLists.txtKent Boortz2010-06-231-12/+42
| * | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-1/+0
| |/
| * Fixed a readability optimization in CMake code that broke IPv6 support.Daniel Fischer2010-06-211-2/+10
| * mergeDaniel Fischer2010-06-181-44/+46
| |\
| | * configure.cmakeKent Boortz2010-05-251-1/+2
| | * config.h.cmakeKent Boortz2010-05-211-5/+4
| | * config.h.cmakeKent Boortz2010-05-181-40/+42
* | | Bug#53593: Add some instrumentation to improve Valgrind sensitivity.Vladislav Vaintroub2010-06-211-1/+9
|/ /
* | Bug #53445 Build with -Wall and fix warnings that it generatesTor Didriksen2010-05-271-1/+1
* | Bug #53445 Build with -Wall and fix warnings that it generatesTor Didriksen2010-05-261-0/+9
* | Fix for Bug#52923 (Inadequate documentation of "Can't get hostname for your a...Alexander Nozdrin2010-05-211-0/+15
* | BUG#52341: PB2: rpl tests started taking three times more time onLuis Soares2010-03-241-0/+1
|/
* Fix for bug #51105 "MDL deadlock in rqg_mdl_stability testDmitry Lenev2010-02-281-0/+1
* check for poll.hVladislav Vaintroub2010-02-141-0/+1
* Fix syntax errors in configure.cmakeVladislav Vaintroub2010-01-291-41/+6
* Add windows system check cache that prevents tests from running, most are ir...vvaintroub2010-01-291-177/+177
* Added AIX, OS400 and Cygwin.Vladislav Vaintroub2010-01-271-29/+6
* fix default architecture flag (v8) on sparc32 gcc that prevent mysql from com...Vladislav Vaintroub2010-01-271-28/+1
* Fixed typos and failed mysqld--help test.Vladislav Vaintroub2010-01-261-1/+0
* Move FreeBSD specific hacks to cmake/os/FreeBSD.cmakeVladislav Vaintroub2010-01-261-3/+1
* Move OSX specific checks to cmake/os/Darwin.cmakeVladislav Vaintroub2010-01-261-16/+5
* WL#5161: Following Mats' suggestion, moved Solaris specific workaround to cm...Vladislav Vaintroub2010-01-261-64/+4
* WL#5161, implement Mats' suggeston to move platform specifics into own filesVladislav Vaintroub2010-01-261-52/+12
* WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS sp...Vladislav Vaintroub2010-01-261-188/+8
* Fix failing yassl tests on OSX Vladislav Vaintroub2010-01-211-2/+2
* Fix AIX error during compile in my_handler (pointer to data is used, while po...Vladislav Vaintroub2010-01-191-5/+5
* Fix various compiler/OS compatibility errorsVladislav Vaintroub2010-01-191-3/+7
* Fix some problems found by kent. Vladislav Vaintroub2010-01-181-0/+3
* Post-merge fixes , define HAVE_RWLOCK_T on Solaris defineVladislav Vaintroub2010-01-141-0/+4
* Do not link with mtmalloc on Solaris.Vladislav Vaintroub2010-01-131-9/+0
* use _GNU_SOURCE on Linux to have all useful definitions (pthread_rwlock_t) fo...Vladislav Vaintroub2010-01-131-0/+1
* Workaround a linker problem on OSX 10.4Vladislav Vaintroub2010-01-121-0/+6
* Fix the last mergeVladislav Vaintroub2010-01-051-2/+2
* restore flaky loadxml test, fix solaris plugin load using -lpthread instead o...Vladislav Vaintroub2009-12-231-0/+7
* mergeVladislav Vaintroub2009-12-191-14/+33
* mergeVladislav Vaintroub2009-12-191-2/+46
* Check for clock_gettime in librtVladislav Vaintroub2009-12-101-0/+3
* Remove -Wl,--as-needed option, broken on Fedora Vladislav Vaintroub2009-12-091-2/+0
* couple of tweaks for solaris on sparc, link with librt, as it defines sched_y...Vladislav Vaintroub2009-12-081-6/+8
* fix some Solaris Sparc errors from recent cleanupVladislav Vaintroub2009-12-071-2/+9
* simplify some tests, silence warning in script installVladislav Vaintroub2009-12-071-82/+15
* Add libm to the lib of required libraries when doing system checksVladislav Vaintroub2009-12-071-1/+1
* do not use -z defs on Solaris, it complains about libc.so implicit dependencyVladislav Vaintroub2009-12-071-3/+0