summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26541 Make UBSAN builds work with spider again.Yuchen Pei2023-01-201-0/+9
* Merge 10.3 into 10.4Marko Mäkelä2022-10-111-2/+9
|\
| * Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-101-2/+9
* | MDEV-27826 Mariabackup is linked against libsql_builtins.so dynamicallySergei Golubchik2022-02-221-1/+1
* | Merge branch 10.3 into 10.4Julius Goryavsky2021-12-251-0/+1
|\ \ | |/
| * Merge branch 10.2 into 10.3Julius Goryavsky2021-12-231-0/+1
| |\
| | * MDEV-19129: Fixed configure for Xcode, CMake generateSergei Krivonos2021-12-071-0/+1
| | * Fix cmake warning - custom command succeeds without creating own OUTPUT.Vladislav Vaintroub2020-05-291-0/+1
* | | In case WITH_WSREP is enabled, build wsrep as pluginVladislav Vaintroub2021-11-091-5/+4
* | | improve build, allow sql library to be built in parallel with builtinsVladislav Vaintroub2021-11-091-3/+14
* | | Revert "improve build, allow sql library to be built in parallel with builtins"Sergei Krivonos2021-11-091-14/+3
* | | Revert "In case WITH_WSREP is enabled, build wsrep as plugin"Sergei Krivonos2021-11-091-4/+5
* | | In case WITH_WSREP is enabled, build wsrep as pluginVladislav Vaintroub2021-11-091-5/+4
* | | improve build, allow sql library to be built in parallel with builtinsVladislav Vaintroub2021-11-091-3/+14
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-211-1/+0
|\ \ \ | |/ /
| * | Link with libatomic to enable C11 atomics supportVicențiu Ciorbaru2021-10-191-1/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-1/+1
|\ \ \ | |/ /
| * | cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-231-1/+1
* | | MDEV-23489 Windows zip files 10.4.14 have an embryonic data folderVladislav Vaintroub2020-08-151-4/+0
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-0/+1
|\ \ \ | |/ /
| * | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-0/+1
* | | Revert MDEV-20453 (string_view)Marko Mäkelä2020-07-151-1/+1
* | | MDEV-20453 add class similar to std::string_view (non owning string reference)Eugene Kosov2020-07-141-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-271-8/+11
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-271-8/+11
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-12-231-4/+6
| | |\
| | | * CMake,Windows - cleanup data directory prior to bootstrap for nitial_database...Vladislav Vaintroub2019-12-121-2/+4
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-33/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-09-101-33/+14
| |\ \ \ | | |/ /
| | * | Windows, cmake : Fix occasional link error when switching between debug to op...Vladislav Vaintroub2019-09-091-33/+14
* | | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-1/+1
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | 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.1 into 10.2Marko Mäkelä2019-02-031-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-1/+1
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-1/+1
| | | | |\ \ | | | | | |/
| | | | | * Backport MDEV-17504 to 5.5Vladislav Vaintroub2019-01-111-1/+1
* | | | | | Just move, no code changes otherwise.Sergey Vojtovich2019-04-251-1/+1
* | | | | | MDEV-19274 mariadb does not build on OSes that do not have HAVE_POOL_OF_THREADSbb-10.4-aix-build-fixVladislav Vaintroub2019-04-181-6/+10
* | | | | | MDEV-15693 Stop packaging data directory into ZIPsVladislav Vaintroub2019-02-191-6/+0
* | | | | | Merge branch '10.4' into bb-10.4-mdev16188bb-10.4-mdev16188Sergei Golubchik2019-02-151-1/+1
|\ \ \ \ \ \
| * | | | | | A cleanup for MDEV-13916 Enforce check constraint on JSON typeAlexander Barkov2019-02-151-1/+1
* | | | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-141-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.4' into bb-10.4-mdev17096Igor Babaev2019-02-121-0/+1
| |\ \ \ \ \ \
| | * | | | | | MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+1