summaryrefslogtreecommitdiff
path: root/cmake/plugin.cmake
Commit message (Expand)AuthorAgeFilesLines
* fix TSAN build with ClangEugene Kosov2017-10-061-1/+1
* Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-1/+2
|\
| * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-191-1/+2
| |\
| | * Build improvements and cleanups.Vladislav Vaintroub2017-09-081-1/+3
* | | bugfix: don't overwrite tokudb.cnf during the buildSergei Golubchik2017-09-181-3/+5
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-1/+3
|\ \ \ | |/ /
| * | MDEV-11660 Make encryption plugins "pure"Vladislav Vaintroub2017-04-271-1/+3
* | | Fix building aws_key_management on LinuxVladislav Vaintroub2017-04-061-3/+0
* | | Merge branch '10.1' into 10.2Vladislav Vaintroub2017-04-061-5/+7
|\ \ \ | |/ /
| * | Do not link client plugins to mysqldVladislav Vaintroub2017-04-061-5/+7
* | | Merge 10.1 into 10.2Marko Mäkelä2017-04-061-1/+8
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-04-061-1/+8
| |\ \ | | |/
| | * Compiling, Windows . Avoid unnecessary rebuilds with MSVC.Vladislav Vaintroub2017-04-031-2/+9
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+5
|\ \ \ | |/ /
| * | small plugin API related fixesSergei Golubchik2017-03-101-2/+5
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-3/+8
|\ \ \ | |/ /
| * | MDEV-10086 no gssapi-server RPM package anymore in 10.1Sergei Golubchik2016-06-281-1/+2
| * | fix rpm installation issues on FedorasSergei Golubchik2016-05-051-0/+2
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-3/+5
| |\ \ | | |/
| | * MDEV-9869 INSTALL SONAME 'ha_connect'Sergei Golubchik2016-04-241-1/+4
| | * MYSQL_ADD_PLUGIN: fix DISABLED keyword to workSergei Golubchik2016-02-171-1/+1
| | * Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-7/+0
| | |\
| | | * Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42Sergei Golubchik2015-02-111-7/+0
| | | |\
| | | | * Bug#19890133 MAKE DIST USING BZR EXPORT EVEN FOR SOURCE DIR NOT A BZR REPOTor Didriksen2014-11-111-7/+0
| | | | * Updated/added copyright headersMurthy Narkedimilli2013-02-261-1/+1
| | | | * Bug#14737559 BZR JOIN PLUGIN TREES INTO INTERNAL/PLUGINTor Didriksen2012-10-241-0/+1
| | | | * Source plugin library files list from cmake-generated file in RPM buildsDaniel Fischer2011-08-151-0/+4
| | | | * RETURN doesn't exactly return from the macro...Daniel Fischer2011-06-101-9/+8
| | | | * Bug#12641810 - MYSQL MAKE DIST DOESN'T WORK WHEN USING MYSQL TREE + PLUGIN TR...Tor Didriksen2011-06-101-0/+7
| | | | * Bug #12598603 HAVE COLLECTIONS FILES IN FEATURE TREES AUTO-APPENDED TO COMMON...Bjorn Munch2011-05-271-1/+22
| | | | * 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
| | | | * | Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS are...Vladislav Vaintroub2010-11-121-0/+1
| | | | |/
| | | | * Rename CMAKE_PARSE_ARGUMENTS macro to avoid name collisionVladislav Vaintroub2010-09-291-1/+1
| | | | * Build cleanupsVladislav Vaintroub2010-08-051-6/+23
| | | | * MergeDaniel Fischer2010-04-211-0/+6
| | | | |\
| | | | | * Install debug plugins, from wlad.Jonathan Perkin2010-03-261-0/+1
| | | | | * Bug #51488 :missing features and change behavior in cmake runs compared toVladislav Vaintroub2010-03-031-0/+5
| | | | * | Add components to INSTALL, some eraly Wix supportVladislav Vaintroub2010-02-101-1/+1
| | | | |/
| | | | * Add windows system check cache that prevents tests from running, most are ir...vvaintroub2010-01-291-1/+5
| | | | * Fix failing test cases on pushbuildVladislav Vaintroub2010-01-261-2/+5
| | | | * Fixed typos and failed mysqld--help test.Vladislav Vaintroub2010-01-261-3/+2
| | | | * Handle different installation layouts.Vladislav Vaintroub2010-01-241-2/+1
| | | | * mergeVladislav Vaintroub2009-12-251-2/+11
| | | | * Simplify embedding version info into executables with ADD_VERSION_INFOVladislav Vaintroub2009-12-181-4/+2
| | | | * Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta...Vladislav Vaintroub2009-12-171-8/+11
| | | | * Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined...Vladislav Vaintroub2009-12-121-2/+1
| | | | * On Linux, support -Wl,--no-undefined (only client shared library)Vladislav Vaintroub2009-12-071-0/+4
| | | | * - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINEVladislav Vaintroub2009-12-011-101/+91
| | | | * implement convenience librariesVladislav Vaintroub2009-11-241-10/+17