summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* init plugin psi keys before LOCK_pluginSergei Golubchik2016-11-071-4/+3
* MDEV-10944: GALERA log-slave-updates FAIL after upgrading from 10.1.17 to 10....Nirbhay Choubey2016-11-071-0/+6
* MDEV-9312: storage engine not enforced during galera cluster replicationNirbhay Choubey2016-11-071-25/+61
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-60/+67
|\
| * MDEV-8580 For some BOOLEAN or ENUM sysvars list of valid values is not generatedSergei Golubchik2016-07-131-0/+2
| * MDEV-10010 - Recursive call to mysql_rwlock_rdlock for LOCK_system_variables_...Sergey Vojtovich2016-07-081-60/+65
* | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-3/+1
* | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-11/+43
* | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-1/+1
* | Reuse THD for new user connectionsMonty2016-06-041-1/+1
* | CleanupsMonty2016-04-281-3/+7
* | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-1/+2
* | MDEV-9651 - Simplify audit event dispatchingSergey Vojtovich2016-03-081-2/+4
|/
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-1/+0
|\
| * MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-2/+0
* | MDEV-9183 MariaDB 10.1 crash on `mysqld --verbose --help`Sergei Golubchik2015-12-191-0/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-4/+10
|\ \ | |/
| * MDEV-7652 - More explanatory ERROR and WARNING messages when loading pluginsSergey Vojtovich2015-07-291-4/+11
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-20/+5
| |\
| | * MDEV-363 - Server crashes in intern_plugin_lock on concurrent installingSergey Vojtovich2015-06-091-20/+6
| | * MDEV-363 - Server crashes in intern_plugin_lock on concurrent installingSergey Vojtovich2015-06-091-7/+5
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+6
* | | rename {sys_vars,sql_plugin_services}.h -> *.icSergei Golubchik2015-06-281-1/+1
* | | Deinitialize plugins in the reverse plugin_type_initialization_orderSergei Golubchik2015-06-271-9/+13
* | | MDEV-8220 Server crashes if started with --enforce-storage-engine optionSergei Golubchik2015-06-011-0/+3
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-14/+2
|\ \ \ | |/ /
| * | Allow {un,}install plugins during bootstrap/skip-grant-tablesDaniel Black2015-03-151-14/+2
* | | be less annoying about sysvar-based table attributesSergei Golubchik2015-04-101-0/+34
* | | remove wrappers in encryption_keys.ccSergei Golubchik2015-04-091-0/+3
* | | rename "encryption key management plugin" to "encryption plugin"Sergei Golubchik2015-04-091-9/+9
* | | report a plugin loading offset at dlopen timeSergei Golubchik2015-04-081-10/+12
* | | encryption cleanup: small changesSergei Golubchik2015-04-051-1/+1
* | | MDEV-6858: enforce_storage_engine optionJan Lindström2015-03-121-1/+7
* | | disable feedback plugin againSergei Golubchik2015-02-241-1/+1
* | | encryption key management plugin apiSergei Golubchik2015-02-101-8/+13
* | | initialize plugins in the specific order by plugin typeSergei Golubchik2015-02-101-76/+88
* | | Push for testing of encryptionMonty2015-02-101-9/+30
* | | MDEV-7499 - System variables have broken default values on big endianSergey Vojtovich2015-02-051-1/+25
* | | don't let current_thd to point to a destroyed THDSergei Golubchik2015-02-031-1/+0
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-1/+1
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2015-01-211-1/+1
| |\ \ | | |/
| | * MDEV-7475 Wrong implementation of checking PLUGIN_VAR_SET conditionSergei Golubchik2015-01-191-1/+1
* | | bugfix: incorrect cast causing random memory writeSergei Golubchik2015-01-151-1/+2
* | | enable feedback plugin by defaultSergei Golubchik2015-01-081-2/+2
* | | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-1/+3
* | | MDEV-6712 THD specifics for pluginsSergei Golubchik2014-12-041-0/+48
* | | password validation plugin type and a simple pluginSergei Golubchik2014-12-041-8/+13
* | | don't load plugin of unsupported typesSergei Golubchik2014-12-041-1/+5
* | | cleanup: sql_plugin.ccSergei Golubchik2014-12-041-19/+20
* | | a case of uninitialized variableSergei Golubchik2014-12-041-1/+1