summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-031-1/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-021-1/+1
| |\
| | * in INFORMATION_SCHEMA.ALL_PLUGINS match installed plugins betterSergei Golubchik2022-08-011-1/+1
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-1/+2
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-1/+2
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Sergei Golubchik2022-04-211-1/+2
| | |\
| | | * MDEV-26323 use-after-poison issue of MariaDB serverAlexander Barkov2022-04-141-1/+2
* | | | Merge 10.4 into 10.5Vlad Lesin2022-02-221-4/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Vlad Lesin2022-02-211-4/+6
| |\ \ \ | | |/ /
| | * | MDEV-27730 Add PLUGIN_VAR_DEPRECATED flag to plugin variablesNayuta Yanagisawa2022-02-181-4/+6
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
| | |\ \ | | | |/
| | | * MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-171-1/+1
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-13/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-13/+11
| |\ \ \ | | |/ /
| | * | add const qualifiers to sys_var::value_ptr functions and fix const castsNikita Malyavin2021-07-271-13/+11
* | | | Added 'const' to arguments in get_one_option and find_typeset()Monty2021-02-081-2/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-19/+55
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-19/+28
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-17/+26
| | |\ \ | | | |/
| | | * MDEV-21258: Can't uninstall plugin if the library file doesn't existOleksandr Byelkin2020-07-291-17/+26
| * | | MDEV-19918 Server hangs or crashes while trying to lock mutex when theAlexey Botchkov2020-07-261-0/+27
* | | | cleanup: make dd_frm_type to work as documentedSergei Golubchik2020-07-041-2/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-1/+1
| | |\ \ | | | |/
| | | * Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+1
* | | | cleanup: remove unused PLUGIN_INIT_SKIP_DYNAMIC_LOADINGSergei Golubchik2020-03-311-17/+13
* | | | mysqld --help will now load mysqld.plugin tableSergei Golubchik2020-03-311-33/+14
* | | | mysqld --help will now load mysqld.options tableMonty2020-03-241-4/+22
* | | | Give a better error message if we can't load mysql.plugin tableMichael Widenius2020-03-241-4/+6
* | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-4/+2
* | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+0
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-8/+6
* | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-0/+1
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-21/+51
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-9/+6
* | | | cleanup: data type pluginsSergei Golubchik2019-10-311-2/+4
* | | | Part2: MDEV-20837 Add MariaDB_FUNCTION_PLUGINAlexander Barkov2019-10-161-12/+5
* | | | Part1: MDEV-20837 Add MariaDB_FUNCTION_PLUGINAlexander Barkov2019-10-161-0/+7
* | | | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-9/+24
* | | | MDEV-12684 Show what config file a sysvar got a value fromSergei Golubchik2019-10-141-2/+2
* | | | MDEV-20764 Add MariaDB_FUNCTION_COLLECTION_PLUGINAlexander Barkov2019-10-071-5/+12
* | | | MDEV-20016 Add MariaDB_DATA_TYPE_PLUGINAlexander Barkov2019-10-041-5/+10
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-2/+5
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-2/+5
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-2/+5
| | |\
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-2/+5
| | | |\
| | | | * Bug#27167197 USING ? IN INSTALL PLUGIN QUERY ABORTS DEBUG, AND HANGS OPTIMIZE...Sergei Golubchik2019-07-241-2/+2