summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-20/+31
|\
| * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-20/+31
| |\
| | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-20/+31
| | |\
| | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-20/+31
| | | |\
| | | | * MDEV-27631 Assertion `global_status_var.global_memory_used == 0' failed in my...Sergei Golubchik2023-01-201-20/+31
* | | | | Set thd->query() for internal (startup) transactionsMonty2023-02-031-0/+3
|/ / / /
* | | | Merge 10.6 into 10.7Jan Lindström2022-09-051-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Jan Lindström2022-09-051-0/+1
| |\ \ \ | | |/ /
| | * | Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+1
| | |\ \ | | | |/
| | | * Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+1
* | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-08-081-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-1/+1
| |\ \ \ | | |/ /
| | * | 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.6' into 10.7Sergei Golubchik2022-05-111-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-1/+2
| |\ \ \ \ | | |/ / /
| | * | | 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.6 into 10.7Marko Mäkelä2022-02-221-4/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2022-02-221-4/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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.6' into 10.7Oleksandr Byelkin2022-02-041-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
* | | | | | MDEV-26774 Compression provider unloading at runtime has no effect but doesn'...Sergei Golubchik2021-10-271-1/+7
* | | | | | plugin can signal that it cannot be unloaded by failing deinit()Sergei Golubchik2021-10-271-15/+13
* | | | | | cleanup: plugin unloadSergei Golubchik2021-10-271-18/+11
* | | | | | MDEV-26221: DYNAMIC_ARRAY use size_t for sizesEric Herman2021-10-191-11/+11
* | | | | | MDEV-26637: (plugin) ASAN: main.metadata and user_variables.basic MTR failure...Oleksandr Byelkin2021-10-121-0/+2
|/ / / / /
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-13/+11
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-1/+2
* | | | | Optimize usage of c_ptr(), c_ptr_quick() and String::alloc()Monty2021-05-191-2/+6
|/ / / /
* | | | 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