summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bug #12607800 ADD HOOK TO INSTALL TESTS FROM IMPORTED FEATURE TREESBjorn Munch2011-06-011-1/+12
| | * Bug #12598603 HAVE COLLECTIONS FILES IN FEATURE TREES AUTO-APPENDED TO COMMON...Bjorn Munch2011-05-271-1/+22
| | * merge from 5.5-mtrBjorn Munch2011-05-261-0/+5
| | |\
| | | * Bug #12586211 ENABLE GCOV BUILDS WITH CMAKE, INCLUDING PLUGINSBjorn Munch2011-05-251-0/+5
| | * | Don't check for FIONREAD on windows.Tor Didriksen2011-05-261-0/+1
| | |/
| | * Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5.Nirbhay Choubey2011-04-301-0/+4
| | * Backport of (part of) bug #11760838 to 5.5.Georgi Kodinov2011-04-281-2/+10
| | * Fix for Bug#11892055 - "GCC COMPILER FLAG -WOVERLOADED-VIRTUAL NOT USED, WHIC...Guilhem Bichot2011-04-261-1/+1
| | * Bug#11766320 MYSQL SYMBOLIC LINKS NOT WORKINGMagne Mahre2011-04-141-1/+2
| | * Remove some leftovers from the removal of the gethostbyname wrappers.Davi Arnaut2011-04-131-3/+0
| | * Merge from mysql-5.5.10-releasehery.ramilison@oracle.com2011-03-161-1/+1
| | |\
| | | * The client shared library major version was changed to 18, to reflectKent Boortz2011-02-171-1/+1
| | * | Implementing Bug #57175 MySQL source tarballs should include generated spec fileMySQL Build Team2011-03-031-0/+6
| | * | Merge bug fix 42969 into main 5.5 branch.Joerg Bruehe2011-02-144-1/+200
| | |\ \ | | | |/ | | |/|
| | | * Fix bug#42969 Please add a MANIFEST to each buildJoerg Bruehe2011-02-114-1/+200
| | | * Manual merge from mysql-5.5.Alexander Nozdrin2010-12-161-2/+2
| | | |\
| | * | | Bug #58991 DEFAULT_CHARSET and DEFAULT_COLLATION does not work with CMake.Tor Didriksen2011-01-041-6/+8
| | * | | Bug #58699 cannot build with gcc dbg on solarisTor Didriksen2010-12-211-1/+0
| | * | | merge mysql-5.5->mysql-5.5-bugteamGeorgi Kodinov2010-12-161-2/+2
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix the .deb package prefix.Jonathan Perkin2010-11-251-2/+2
| | * | bug#58955: Must -DBUILD_CONFIG=mysql_release require libaio on LinuxJonathan Perkin2010-12-161-11/+15
| | * | Bug#58871: Reorganize maintainer mode compiler flags to allowDavi Arnaut2010-12-151-0/+54
| | * | bug#58766: Server binary was compiled without fast-mutexesJonathan Perkin2010-12-071-1/+4
| | * | Post-fix for Bug#58158 on SolarisVladislav Vaintroub2010-11-251-1/+11
| | * | Bug #58372 cmake should not write temporary files in the source directoryTor Didriksen2010-11-231-13/+17
| | * | Merge 5.5-bug58158 into 5.5-bugteamMagnus Blåudd2010-11-241-1/+1
| | |\ \
| | | * | Bug#58158 LINK_LIBRARIES for MYSQL_ADD_PLUGIN is not added to libmysqldMagnus Blåudd2010-11-161-1/+1
| | | * | Fix typo, allow SVR4 packages to be built again.Jonathan Perkin2010-10-141-1/+1
| | * | | WL#5665: Removal of the autotools-based build systemMagnus Blåudd2010-11-241-7/+11
| | | |/ | | |/|
| | * | mergeSunanda Menon2010-11-227-150/+39
| | |\ \
| | | * | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-1/+1
| | | * | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-204-121/+31
| | | * | avoid useless system check on WindowsVladislav Vaintroub2010-11-201-0/+1
| | | * | Bug#58313: CMake stops with VS Express if -DBUILD_CONFIG=mysql_release.cmakeVladislav Vaintroub2010-11-202-10/+6
| | | * | Bug#58272: -DBUILD_CONFIG=mysql_release is broken with cmake 2.8.3Vladislav Vaintroub2010-11-171-18/+0
| | * | | Bug #58227 improve error message "aio is required on Linux"Sunanda Menon2010-11-191-1/+7
| | |/ /
| | * | add missing COMPONENT to all CMake INSTALL commandsVladislav Vaintroub2010-11-131-7/+4
| | * | Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS are...Vladislav Vaintroub2010-11-125-29/+13
| | * | Bug #52275 CMake configure wrapper does not handleVladislav Vaintroub2010-11-121-0/+5
| | * | Fix typo : SVR5=>SVR4Vladislav Vaintroub2010-11-101-1/+1
| | * | Fix cmake's version string handling (change proposed by Jonathan Perkin).Joerg Bruehe2010-11-021-0/+3
| | * | GCC's link option only take a single hyphen.Davi Arnaut2010-10-201-1/+1
| | * | Use a guard macro to prevent the inclusion of system headersDavi Arnaut2010-10-131-2/+4
| | |/
| | * Do not accept invalid INSTALL_LAYOUT parameterVladislav Vaintroub2010-10-111-1/+11
| | * Bug#42733: Type-punning warnings when compiling MySQL -- strict aliasing viol...Davi Arnaut2010-10-081-9/+9
| | * Fix compile error on Windows after WL#1054 push.Vladislav Vaintroub2010-10-041-0/+1
| | * Rename CMAKE_PARSE_ARGUMENTS macro to avoid name collisionVladislav Vaintroub2010-09-295-7/+7
| | * Bug #55966: "plugin" tests fail in 5.5Mats Kindahl2010-09-061-17/+18
| | * BUG#52821 - plugin_ftparser.h and plugin_audit.h areSergey Vojtovich2010-08-272-10/+13
| | * Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-08-061-5/+0