summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-0/+1
* MDEV-26971: JSON file interface to wsrep node state.Alexey Yurchenko2022-03-181-0/+1
* Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-2/+3
|\
| * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+4
| |\
| | * MDEV-27535 Service does not start after MSI install into restricted directoryVladislav Vaintroub2022-01-311-1/+4
* | | Move JSON histograms code into its own filesSergei Petrunia2022-01-191-0/+1
* | | Merge branch 'preview-10.8-MDEV-26713-Windows-i18-support' into 10.8bb-10.8-wladVladislav Vaintroub2022-01-181-1/+2
|\ \ \ | |/ / |/| |
| * | MDEV-27093 Do not pass root password in HEX(clear text) from mariadb-install-...Vladislav Vaintroub2021-12-151-1/+2
| * | Revert "MDEV-27036: re-enable my_json_writer-t unit test"Sergei Golubchik2021-12-071-2/+2
| * | Revert "Improve LibFMT detection"Sergei Golubchik2021-12-061-2/+1
| * | MDEV-27036: re-enable my_json_writer-t unit testSergei Krivonos2021-12-041-2/+2
| * | Improve LibFMT detectionSergei Krivonos2021-12-041-1/+2
| * | Revert "MDEV-26713 Windows - improve utf8 support for command line tools"st-10.8-wladVladislav Vaintroub2021-11-191-2/+1
| * | MDEV-26713 Windows- UTF8 encoding in the installerVladislav Vaintroub2021-11-181-1/+2
* | | Merge 10.6 into 10.7Marko Mäkelä2022-01-041-0/+1
|\ \ \ | |/ / |/| / | |/
| * Merge 10.5 into 10.6Marko Mäkelä2022-01-041-0/+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
* | | | | | Fix broken build dependency, when compiling without perfschemaVladislav Vaintroub2021-10-121-1/+1
* | | | | | don't build bundled libfmt, we use it in header-only mode anywaySergei Golubchik2021-10-121-1/+5
* | | | | | MDEV-25015 Custom formatting of strings in MariaDB queriesAlan Cueva2021-10-121-1/+2
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-09-241-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-241-4/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
* | | | | | Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-141-26/+26
|/ / / / /
* | | | | Fix generation of bison output for out-of-source builds.Vladislav Vaintroub2021-09-081-2/+3
* | | | | need at least Bison 2.4 for `%define api.pure`Sergei Golubchik2021-08-221-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-20/+23
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Move debug_crash_here to it's own source filesMonty2021-05-191-1/+1
* | | | | Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-05-191-1/+3
* | | | | Windows - Fix CMAKE_INTERPROCEDURAL_OPTIMIZATION build with MSVCVladislav Vaintroub2021-05-091-3/+5
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-0/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-151-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix cross-compile to consider CMAKE_CROSSCOMPILING_EMULATORbb-10.5-danielblack-pr1805-cross-compileJustin Jagieniak2021-04-151-2/+2
* | | | | mariadb-tzinfo-to-sql,mariadb-dumpslow as Client componentsDaniel Black2021-03-281-1/+1
* | | | | MDEV-9077 Use sys schema in bootstrapping, incl. mtrVladislav Vaintroub2021-03-181-3/+4