summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_auth.h.pp
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11663 Create services for functionality used by pluginsVladislav Vaintroub2017-04-271-0/+37
* cleanup: sort various lists of servicesSergei Golubchik2017-03-101-217/+217
* thd_rnd serviceSergei Golubchik2017-03-101-0/+6
* Auth Plugin API: add THD to MYSQL_SERVER_AUTH_INFOSergei Golubchik2017-03-101-0/+1
* base64 serviceSergei Golubchik2017-03-101-0/+16
* my_sha2 serviceSergei Golubchik2017-03-101-0/+50
* Fixed wrong counting of global Memory_usedMonty2016-04-281-1/+2
* New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-041-12/+37
* Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-21/+0
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-17/+0
| |\
| | * MDEV-8052 abi detection incorrect with clangSergei Golubchik2015-06-031-13/+0
* | | Identical key derivation code in XtraDB/InnoDB/AriaSergei Golubchik2015-05-151-0/+37
* | | Add encryption key id to the API as a distinct conceptSergei Golubchik2015-04-091-4/+6
* | | renames to follow single consistent naming styleSergei Golubchik2015-04-091-8/+8
* | | remove wrappers in encryption_keys.ccSergei Golubchik2015-04-091-15/+3
* | | encryption plugin controls the encryptionSergei Golubchik2015-04-091-0/+17
* | | optimize encryption apiSergei Golubchik2015-04-081-4/+2
* | | remove get_iv() from the key management plugin APISergei Golubchik2015-04-081-2/+0
* | | MDEV-6819 st_mysql_show_var::value should be void* not char*Sergei Golubchik2015-03-071-2/+2
* | | encryption keys serviceSergei Golubchik2015-02-101-0/+13
* | | Improve performance for calculating memory allocationMonty2015-02-011-1/+5
* | | MDEV-6712 THD specifics for pluginsSergei Golubchik2014-12-041-0/+12
* | | MD5 serviceSergei Golubchik2014-10-011-0/+15
* | | extend SHA1 service. cleanup of sha1 wrappersSergei Golubchik2014-10-011-0/+8
|/ /
* | MDEV-5914: Parallel replication deadlock due to InnoDB lock conflictsunknown2014-03-211-0/+1
* | remove a deprecated API function from the plugin.hSergei Golubchik2013-12-221-2/+0
* | MroongaSE: addint thd_autoinc and thd_error_context plugin servicesAlexander Barkov2013-12-121-1/+25
* | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication.unknown2013-11-011-0/+1
|\ \
| * \ Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-0/+1
| |\ \
| | * | MDEV-4506: Parallel replication: error handling.unknown2013-10-141-1/+1
| | * | MDEV-4506: Parallel replication. Intermediate commit.unknown2013-06-261-0/+1
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-0/+22
|\ \ \ \ | |/ / /
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-0/+22
| |\ \ \ | | |/ / | |/| / | | |/
| | * MDEV-4472 Audit-plugin. Server-related part of the task.Alexey Botchkov2013-09-091-0/+22
* | | 10.0-monty mergeSergei Golubchik2013-07-211-0/+9
|\ \ \
| * | | SHA1 serviceSergei Golubchik2013-07-131-0/+7
| * | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-0/+2
* | | | Fixing the problem with my_bool_t defined two times.Alexander Barkov2013-06-031-1/+1
* | | | Fixing ABI template, to take into account the latest change inAlexander Barkov2013-05-271-1/+1
* | | | Adding the timezone plugin service, to convert betweenAlexander Barkov2013-05-241-0/+22
* | | | 10.0-base mergeSergei Golubchik2013-04-151-10/+2
|\ \ \ \ | | |/ / | |/| |
| * | | remove the service for installing the closed-source mysql thread pool pluginSergei Golubchik2013-04-071-8/+0
| * | | 5.5 mergeSergei Golubchik2013-03-271-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-261-2/+2
* | | MDEV-156 Threadpool - add thd_wait_begin/thd_wait_end to the network IO funct...Vladislav Vaintroub2013-02-191-1/+2
|/ /
* | 5.5 mergeSergei Golubchik2013-01-291-1/+10
|\ \ | |/
| * MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-1/+10
| * remove thd_mark_as_hard_kill()Sergei Golubchik2013-01-151-1/+0
| * Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-0/+1
* | Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC.Michael Widenius2012-10-031-1/+1
|/