summaryrefslogtreecommitdiff
path: root/libmysqld
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-144-14/+7
* 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
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-031-0/+1
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-0/+1
| |\ \ | | |/
| | * Fixed errors found by MSANMonty2020-07-021-0/+1
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-0/+2
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+2
| | |\
| | | * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-0/+2
* | | | MDEV-22887 unresolved symbol crc32c_vpmsum on Ubuntu XenialMarko Mäkelä2020-06-151-3/+2
* | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-9/+2
* | | | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-03-281-0/+2
* | | | Added support for replication for S3Monty2020-03-241-116/+0
* | | | MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-17/+17
* | | | MDEV-21907: InnoDB: Enable -Wconversion on clang and GCCMarko Mäkelä2020-03-121-2/+2
* | | | MDEV-21907: Fix some -Wconversion outside InnoDBMarko Mäkelä2020-03-121-14/+27
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-104-26/+24
* | | | MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-105-0/+79
* | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-1/+1
* | | | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statementsAlexander Barkov2020-02-081-1/+2
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-4/+4
* | | | mysqltest crashes on DebianSergei Golubchik2020-01-161-0/+1
* | | | MDEV-21327 : MDL wait notification for innodb background threadpoolVladislav Vaintroub2020-01-121-1/+2
* | | | remove pcre, add support for bundled pcre2Sergei Golubchik2019-12-212-2/+2
* | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-212-2/+2
* | | | 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-062-4/+15
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-062-4/+15
| |\ \ \ | | |/ /
| | * | 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
| | * | Merge branch '10.2' into 10.3Monty2019-09-031-4/+14
| | |\ \ | | | |/
| | | * embedded client now writes errors to stderr during init_embedded_serverMonty2019-09-011-3/+14
* | | | 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-282-2/+2
* | | | Added s3_debug to be able to debug s3 connectionsMonty2019-06-251-0/+4
* | | | 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
* | | | MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_f...Alexander Barkov2019-05-261-7/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-2313-13/+13
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-1913-13/+13
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-05-1413-13/+13
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-05-1313-13/+13
| | | |\
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1111-11/+11
| | | | |\
| | | | | * Update FSF AddressVicențiu Ciorbaru2019-05-1111-11/+11
* | | | | | MDEV-19550 Move specific parts of log_event.cc to log_event_client.cc and log...Alexander Barkov2019-05-231-1/+2
* | | | | | MDEV-17841 S3 storage engineMonty2019-05-231-0/+112
|/ / / / /
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-1/+0
|\ \ \ \ \ | |/ / / /