summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-211-1/+8
|\ \ | |/
| * cleanup: plugin.cmakeSergei Golubchik2020-12-211-1/+8
* | Merge 10.5 into 10.6bb-10.6-MDEV-24426Marko Mäkelä2020-12-171-4/+13
|\ \ | |/
| * Add build on AIXEtienne Guesnet2020-12-161-4/+13
* | Merge 10.5 into 10.6Marko Mäkelä2020-11-021-1/+1
|\ \ | |/
| * 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 branch '10.5' into 10.6Oleksandr Byelkin2020-09-021-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
* | | | MDEV-23238 - remove async client from server code.Vladislav Vaintroub2020-09-011-1/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2020-08-121-0/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-23043 Refactor Windows service handlingVladislav Vaintroub2020-07-041-2/+2
* | | | Merge branch '10.5' into 10.6Vladislav Vaintroub2020-07-041-2/+2
|\ \ \ \ | |/ / /
| * | | Compiling - improve multithreaded buildVladislav Vaintroub2020-05-181-2/+2
* | | | MDEV-22990 Threadpool : Optimize network/named pipe IO for WindowsVladislav Vaintroub2020-06-261-1/+1
|/ / /
* | | 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
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-12-231-4/+6
| | | |\