summaryrefslogtreecommitdiff
path: root/libmysqld/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-0/+1
* Fix embedded to workSergei Petrunia2022-01-191-0/+1
* Fix broken build dependency, when compiling without perfschemaVladislav Vaintroub2021-10-121-1/+3
* don't build bundled libfmt, we use it in header-only mode anywaySergei Golubchik2021-10-121-1/+1
* MDEV-25015 Custom formatting of strings in MariaDB queriesAlan Cueva2021-10-121-1/+3
* Merge 10.6 into 10.7Marko Mäkelä2021-09-301-0/+3
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-09-301-0/+3
| |\
| | * MDEV-23306 Fix build dependencyVladislav Vaintroub2021-09-281-0/+3
* | | Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-141-1/+1
|/ /
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-3/+3
|\ \ | |/
| * followup: rename generated files to have distinct namesSergei Golubchik2021-05-271-3/+3
* | Move debug_crash_here to it's own source filesMonty2021-05-191-1/+2
* | Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-05-191-0/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-2/+2
|\ \ | |/
| * Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-2/+2
| |\
| | * Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-2/+2
| | |\
| | | * Fix of ppc64 by Wladmariadb-10.3.29Oleksandr Byelkin2021-05-051-2/+2
* | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-0/+1
* | | | 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
* | | | MDEV-23238 - remove async client from server code.Vladislav Vaintroub2020-09-011-77/+2
|/ / /
* | | 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
* | | MDEV-22887 unresolved symbol crc32c_vpmsum on Ubuntu XenialMarko Mäkelä2020-06-151-3/+2
* | | MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-101-0/+6
* | | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-081-1/+2
* | | MDEV-21327 : MDL wait notification for innodb background threadpoolVladislav Vaintroub2020-01-121-1/+2
* | | remove pcre, add support for bundled pcre2Sergei Golubchik2019-12-211-1/+1
* | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-211-1/+1
* | | MDEV-20844 RBR from binary(16) to inet6 fails with error 171: The event was c...Alexander Barkov2019-10-181-0/+1
* | | MDEV-20768 Turn INET functions into a function collection pluginAlexander Barkov2019-10-071-2/+0
* | | A cleanup for: MDEV-18010 Add classes Inet4 and Inet6Alexander Barkov2019-10-071-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-0/+1
| |\ \ | | |/
| | * Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-0/+1
| | |\
| | | * MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-0/+1
* | | | MDEV-19957 Move Type_handler_geometry code from sql_type.h/cc to sql_type_geo...Alexander Barkov2019-07-051-0/+1
* | | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-1/+1
* | | | MDEV-19710 Split the server side code in rpl_utility.cc into virtual methods ...Alexander Barkov2019-06-071-1/+3
* | | | Add new option NOT_EMBEDDED, for pluginsVladislav Vaintroub2019-05-261-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-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
* | | | | | MDEV-19550 Move specific parts of log_event.cc to log_event_client.cc and log...Alexander Barkov2019-05-231-1/+2
|/ / / / /