summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+9
|\
| * MDEV-26541 Make UBSAN builds work with spider again.Yuchen Pei2023-01-201-0/+9
* | MDEV-30344: Without wsrep needs wsrep{,_on}.h headersDaniel Black2023-01-061-1/+1
* | MDEV-23230 wsrep files installed when built without WSREP (#2334)Daniel Black2022-11-281-0/+4
* | Merge 10.4 into 10.5Marko Mäkelä2022-10-121-2/+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.4 into 10.5st-10.5-juliusJulius Goryavsky2021-12-261-0/+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
* | | | MDEV-21286: bison warnings on ubuntu 20.04 on deprecated directive in sql_yac...Anel Husakovic2021-09-221-2/+3
* | | | Backport "Fix generation of bison output for out-of-source builds."to 10.5Vladislav Vaintroub2021-09-111-2/+3
* | | | followup: rename generated files to have distinct namesSergei Golubchik2021-05-271-18/+18
* | | | MDEV-25726 get rid of cmake comment hack in sql_yacc.yySergei Golubchik2021-05-271-12/+15
* | | | Fix cross-compile to consider CMAKE_CROSSCOMPILING_EMULATORbb-10.5-danielblack-pr1805-cross-compileJustin Jagieniak2021-04-151-2/+2
* | | | cleanup: plugin.cmakeSergei Golubchik2020-12-211-1/+8
* | | | Add build on AIXEtienne Guesnet2020-12-161-4/+13
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-1/+1
| |\ \ \ | | |/ /
| | * | cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-231-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-201-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-23489 Windows zip files 10.4.14 have an embryonic data folderVladislav Vaintroub2020-08-151-4/+0
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-0/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | Compiling - improve multithreaded buildVladislav Vaintroub2020-05-181-2/+2
* | | | MDEV-22454 Allow -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ONVladislav Vaintroub2020-05-041-2/+3
* | | | MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-84/+38
* | | | MDEV-21303 postfixesVladislav Vaintroub2020-03-231-3/+3
* | | | MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-31/+31
* | | | CMake cleanup - simplify create_initial_db.cmakeVladislav Vaintroub2020-03-111-16/+10
* | | | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-081-0/+1
* | | | MDEV-21548 Explicitly declare sql_bultins library STATIC.Vladislav Vaintroub2020-01-211-1/+1
* | | | MDEV-21327 : MDL wait notification for innodb background threadpoolVladislav Vaintroub2020-01-121-6/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-271-8/+11
|\ \ \ \ | |/ / /
| * | | 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
| | |\ \ | | | |/