summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_function.h.pp
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.6 into 10.7Marko Mäkelä2022-12-131-0/+10
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-12-131-0/+10
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2022-12-131-0/+10
| | |
* | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-021-0/+6
|\ \ \ | |/ /
* | | MDEV-19275 SQL service for plugins.Alexey Botchkov2021-10-191-6/+2
| | | | | | | | | | | | host/user/db arguments of the mysql_real_connect_local() are removed.
* | | remove MYSQL_SERVER requirementSergei Golubchik2021-10-191-0/+24
|/ /
* | Added DDL_options_st *thd_ddl_options(const MYSQL_THD thd)Monty2021-06-141-0/+2
|/ | | | | | | | This is used by InnoDB to detect if CREATE...SELECT is used Other things: - Changed InnoDB to use thd_ddl_options() - Removed lock checking code for create...select (Approved by Marko)
* Part1: MDEV-20837 Add MariaDB_FUNCTION_PLUGINAlexander Barkov2019-10-161-0/+638
- Defining MariaDB_FUNCTION_PLUGIN - Changing the code in /plugins/type_inet/ and /plugins/type_test/ to use MariaDB_FUNCTION_PLUGIN instead of MariaDB_FUNCTION_COLLECTION_PLUGIN. - Changing maturity for the INET6 data type plugin from experimental to alpha.