summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-181-0/+2
| | | |\ \ \ \ | | | | |/ / / | | | |/| / / | | | | |/ /
| | | * | | Merge of mysql-5.1-bugteam into mysql-5.5-merge.Davi Arnaut2010-09-241-1/+2
| | | |\ \ \ | | | | |/ /
| | | * | | Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).Alexander Nozdrin2010-08-121-2/+2
| | | * | | Remove error injection option, it's not being used.Davi Arnaut2010-08-091-7/+0
| | | * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-08-061-10/+4
| | | * | | Build cleanupsVladislav Vaintroub2010-08-051-1/+2
| | | * | | Merge mysql-trunk-bugfixing -> mysql-trunk-innodbVasil Dimov2010-07-211-8/+54
| | | |\ \ \
| | | | * \ \ Manual merge from mysql-trunk.Alexander Nozdrin2010-07-191-2/+2
| | | | |\ \ \
| | | | | * | | CMakeLists.txtKent Boortz2010-06-231-2/+2
| | | | * | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-5/+4
| | | | |\ \ \ \
| | | | | * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-5/+4
| | | | | |/ / /
| | | | * | | | Add the cmake option MYSQL_MAINTAINER_MODE which is equivalentDavi Arnaut2010-07-121-0/+34
| | | | * | | | Unset the execute bit where it's not needed.Davi Arnaut2010-07-031-0/+0
| | | | |/ / /
| | | | * | | mergeDaniel Fischer2010-06-181-0/+13
| | | | |\ \ \
| | | | | * | | post-merge fix 1Daniel Fischer2010-05-281-13/+0
| | | | | * | | Changes to MSI installer:Daniel Fischer2010-04-301-0/+12
| | | | | * | | MergeDaniel Fischer2010-04-211-18/+52
| | | | | |\ \ \
| | | | | | * | | Try to fix datadirJonathan Perkin2010-04-011-2/+5
| | | | | | * | | Expand INSTALL_INFODIR correctly.Jonathan Perkin2010-03-251-1/+1
| | | | | | * | | Don't install documentation when INSTALL_LAYOUT=RPM, as the spec fileJonathan Perkin2010-03-251-15/+22
| | | | | | * | | Add INSTALL_INFODIR and use it to install mysql.info into theJonathan Perkin2010-03-251-4/+5
| | | | | * | | | Fix a couple fo things replated to MSIVladislav Vaintroub2010-02-161-3/+5
| | | | | * | | | Add components to INSTALL, some eraly Wix supportVladislav Vaintroub2010-02-101-8/+12
| | | * | | | | | Bug#53593: Add some instrumentation to improve Valgrind sensitivity.Vladislav Vaintroub2010-06-211-0/+3
| | | |/ / / / /
| | | * | | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-05-181-17/+28
| | | |\ \ \ \ \
| | | | * | | | | Changes to build using CMake according to existing release packages:Jonathan Perkin2010-05-121-17/+28
| | | | | |/ / / | | | | |/| | |
| | | * | | | | Committing on behalf of Valdislav Vaintroub (reviewed andKonstantin Osipov2010-05-141-0/+1
| | | |/ / / /
| | | * | | | Fix WITH_DEBUG problems in CMake build, so people who use configure wrappers ...Vladislav Vaintroub2010-03-021-16/+22
| | | * | | | Some CMake packaging fixes:Jonathan Perkin2010-02-241-0/+1
| | | * | | | Support non-GPL builds.Jonathan Perkin2010-02-231-2/+3
| | | * | | | When installing, exclude some documents in DocsVladislav Vaintroub2010-02-191-2/+9
| | | |/ / /
| | | * | | Move WITH_UNITTESTS option up - otherwise it skips plugin unittestsvvaintroub2010-01-281-5/+2
| | | * | | WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS sp...Vladislav Vaintroub2010-01-261-14/+19
| | | * | | Following autotools tradition, add preprocessor definitions specified in env...Vladislav Vaintroub2010-01-241-0/+5
| | | * | | Handle different installation layouts.Vladislav Vaintroub2010-01-241-5/+11
| | | * | | restore lost -g when WITH_DEBUG was specifiedVladislav Vaintroub2010-01-211-2/+4
| | | * | | - another take on BUILD_CONFIG variable - use OPTION instead of SET for Vladislav Vaintroub2010-01-201-3/+5
| | | * | | Fix end-of-line characters in mysql_release.cmake to be unix-conformVladislav Vaintroub2010-01-191-9/+14
| | | * | | Add WITH_FAST_MUTEXES option (non-debug configurations only)Vladislav Vaintroub2010-01-131-3/+8
| | | * | | Add option for specifying MYSQL build configurations.Vladislav Vaintroub2010-01-111-0/+4
| | | * | | Install docsVladislav Vaintroub2010-01-091-0/+4
| | | * | | Simplify embedding version info into executables with ADD_VERSION_INFOVladislav Vaintroub2009-12-181-9/+9
| | | * | | Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta...Vladislav Vaintroub2009-12-171-0/+2
| | | * | | remove inadverent changeVladislav Vaintroub2009-12-101-2/+0
| | | * | | fix install_symlink on unixes other than osxVladislav Vaintroub2009-12-101-0/+2
| | | * | | simplify some tests, silence warning in script installVladislav Vaintroub2009-12-071-4/+9
| | | * | | - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINEVladislav Vaintroub2009-12-011-1/+3
| | | * | | - move ADD_SUBDIRECTORY(extra) outside of WITHOUT_SERVERVladislav Vaintroub2009-11-251-1/+1
| | | * | | add --disable-shared equivalentVladislav Vaintroub2009-11-251-1/+6
| | | * | | implement convenience librariesVladislav Vaintroub2009-11-241-1/+1