Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups | Monty | 2017-12-08 | 1 | -1/+0 |
* | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 1 | -10/+10 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-02 | 1 | -13/+13 |
| |\ | |||||
| | * | MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parameters | Vladislav Vaintroub | 2017-09-28 | 1 | -13/+13 |
* | | | Fix compilation warnings in plugins | Sergei Golubchik | 2017-08-24 | 1 | -5/+4 |
|/ / | |||||
* | | Merge tag 'mariadb-10.2.6' into bb-10.2-ext | Alexander Barkov | 2017-05-26 | 1 | -0/+37 |
|\ \ | |/ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-06 | 1 | -0/+37 |
| |\ | |||||
| | * | MDEV-11663 Create services for functionality used by plugins | Vladislav Vaintroub | 2017-04-27 | 1 | -0/+37 |
* | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -6/+15 |
|/ / | |||||
* | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -180/+253 |
|\ \ | |/ | |||||
| * | cleanup: sort various lists of services | Sergei Golubchik | 2017-03-10 | 1 | -217/+217 |
| * | thd_rnd service | Sergei Golubchik | 2017-03-10 | 1 | -0/+6 |
| * | Auth Plugin API: add THD to MYSQL_SERVER_AUTH_INFO | Sergei Golubchik | 2017-03-10 | 1 | -0/+1 |
| * | base64 service | Sergei Golubchik | 2017-03-10 | 1 | -0/+16 |
| * | my_sha2 service | Sergei Golubchik | 2017-03-10 | 1 | -0/+50 |
|/ | |||||
* | Fixed wrong counting of global Memory_used | Monty | 2016-04-28 | 1 | -1/+2 |
* | New encryption API. Piece-wise encryption. | Sergei Golubchik | 2015-09-04 | 1 | -12/+37 |
* | Merge tag 'mariadb-10.0.20' into 10.1 | Sergei Golubchik | 2015-06-27 | 1 | -21/+0 |
|\ | |||||
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-06-11 | 1 | -17/+0 |
| |\ | |||||
| | * | MDEV-8052 abi detection incorrect with clang | Sergei Golubchik | 2015-06-03 | 1 | -13/+0 |
* | | | Identical key derivation code in XtraDB/InnoDB/Aria | Sergei Golubchik | 2015-05-15 | 1 | -0/+37 |
* | | | Add encryption key id to the API as a distinct concept | Sergei Golubchik | 2015-04-09 | 1 | -4/+6 |
* | | | renames to follow single consistent naming style | Sergei Golubchik | 2015-04-09 | 1 | -8/+8 |
* | | | remove wrappers in encryption_keys.cc | Sergei Golubchik | 2015-04-09 | 1 | -15/+3 |
* | | | encryption plugin controls the encryption | Sergei Golubchik | 2015-04-09 | 1 | -0/+17 |
* | | | optimize encryption api | Sergei Golubchik | 2015-04-08 | 1 | -4/+2 |
* | | | remove get_iv() from the key management plugin API | Sergei Golubchik | 2015-04-08 | 1 | -2/+0 |
* | | | MDEV-6819 st_mysql_show_var::value should be void* not char* | Sergei Golubchik | 2015-03-07 | 1 | -2/+2 |
* | | | encryption keys service | Sergei Golubchik | 2015-02-10 | 1 | -0/+13 |
* | | | Improve performance for calculating memory allocation | Monty | 2015-02-01 | 1 | -1/+5 |
* | | | MDEV-6712 THD specifics for plugins | Sergei Golubchik | 2014-12-04 | 1 | -0/+12 |
* | | | MD5 service | Sergei Golubchik | 2014-10-01 | 1 | -0/+15 |
* | | | extend SHA1 service. cleanup of sha1 wrappers | Sergei Golubchik | 2014-10-01 | 1 | -0/+8 |
|/ / | |||||
* | | MDEV-5914: Parallel replication deadlock due to InnoDB lock conflicts | unknown | 2014-03-21 | 1 | -0/+1 |
* | | remove a deprecated API function from the plugin.h | Sergei Golubchik | 2013-12-22 | 1 | -2/+0 |
* | | MroongaSE: addint thd_autoinc and thd_error_context plugin services | Alexander Barkov | 2013-12-12 | 1 | -1/+25 |
* | | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication. | unknown | 2013-11-01 | 1 | -0/+1 |
|\ \ | |||||
| * \ | Merge MDEV-4506: Parallel replication into 10.0-base. | unknown | 2013-11-01 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | MDEV-4506: Parallel replication: error handling. | unknown | 2013-10-14 | 1 | -1/+1 |
| | * | | MDEV-4506: Parallel replication. Intermediate commit. | unknown | 2013-06-26 | 1 | -0/+1 |
* | | | | 10.0-base merge. | Sergei Golubchik | 2013-09-21 | 1 | -0/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | 5.5 merge and fixes for compiler/test errors | Sergei Golubchik | 2013-09-18 | 1 | -0/+22 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | MDEV-4472 Audit-plugin. Server-related part of the task. | Alexey Botchkov | 2013-09-09 | 1 | -0/+22 |
* | | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | SHA1 service | Sergei Golubchik | 2013-07-13 | 1 | -0/+7 |
| * | | | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 1 | -0/+2 |
* | | | | Fixing the problem with my_bool_t defined two times. | Alexander Barkov | 2013-06-03 | 1 | -1/+1 |
* | | | | Fixing ABI template, to take into account the latest change in | Alexander Barkov | 2013-05-27 | 1 | -1/+1 |
* | | | | Adding the timezone plugin service, to convert between | Alexander Barkov | 2013-05-24 | 1 | -0/+22 |
* | | | | 10.0-base merge | Sergei Golubchik | 2013-04-15 | 1 | -10/+2 |
|\ \ \ \ | | |/ / | |/| | |