Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 91 | -38/+5064 |
|\ | |||||
| * | restore the correct linking of ed25519 plugin | Sergei Golubchik | 2017-03-29 | 1 | -2/+5 |
| * | Fix some warnings on Windows compilation | Vladislav Vaintroub | 2017-03-24 | 1 | -1/+5 |
| * | Fix AWS KMS plugin's compile error | Vladislav Vaintroub | 2017-03-14 | 1 | -1/+0 |
| * | Correct FSF address | iangilfillan | 2017-03-10 | 17 | -17/+17 |
| * | ed25519 plugin: simplify the api | Sergei Golubchik | 2017-03-10 | 12 | -80/+62 |
| * | MDEV-12160 Modern alternative to the SHA1 authentication plugin | Sergei Golubchik | 2017-03-10 | 72 | -0/+5030 |
| * | small plugin API related fixes | Sergei Golubchik | 2017-03-10 | 1 | -0/+1 |
| * | base64 service | Sergei Golubchik | 2017-03-10 | 1 | -2/+0 |
| * | cleanup: generalize my_sha1.cc | Sergei Golubchik | 2017-03-10 | 1 | -3/+2 |
| * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-03-09 | 1 | -13/+23 |
| |\ | |||||
| | * | Merge 5.5 into 10.0 | Marko Mäkelä | 2017-03-08 | 1 | -1/+1 |
| | |\ | |||||
| | | * | MDEV-11084 server_audit does not work with mysql_community 5.7.16. | Alexey Botchkov | 2017-03-06 | 1 | -1/+1 |
| | * | | Merge branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-03-03 | 1 | -12/+22 |
| | |\ \ | | | |/ | |||||
| | | * | cleanup: NO_OPEN_3 was never defined | Sergei Golubchik | 2017-02-27 | 1 | -3/+1 |
| | | * | MDEV-11904 Make Audit Plugin working with MySQL 8.0. | Alexey Botchkov | 2017-02-20 | 1 | -9/+21 |
| * | | | spelling fixes | klemens | 2017-03-07 | 5 | -7/+7 |
| * | | | AWS key management plugin: Fix search for system installed AWS SDK libs | Vladislav Vaintroub | 2017-03-01 | 1 | -1/+1 |
| * | | | MDEV-11530: wsrep_info.plugin fails sporadically in buildbot | Nirbhay Choubey | 2017-02-13 | 1 | -0/+1 |
* | | | | MDEV-12328, attempt to fix windows packaging | Vladislav Vaintroub | 2017-03-26 | 1 | -12/+8 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-02-10 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-01-16 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge remote-tracking branch 'origin/5.5' into 10.0 | vicentiu | 2017-01-06 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-11510 Audit plugin sometimes causes server to crash when using with MySQL. | Alexey Botchkov | 2016-12-16 | 1 | -0/+1 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 9 | -53/+120 |
|\ \ \ \ | |/ / / | |||||
| * | | | wsrep_info plugin: Fix test case | Nirbhay Choubey | 2016-11-14 | 2 | -4/+4 |
| * | | | AWS Key management plugin does not build on Centos7. | Vladislav Vaintroub | 2016-11-09 | 1 | -1/+2 |
| * | | | Make galera test suites default. | Nirbhay Choubey | 2016-11-02 | 1 | -0/+2 |
| * | | | AWS key Management plugin - add plugin variable for the region | Vladislav Vaintroub | 2016-10-28 | 1 | -0/+10 |
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-09-29 | 1 | -2/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-09-29 | 1 | -2/+11 |
| | |\ \ | | | |/ | |||||
| | | * | Feedback plugin : add support for Windows 10 / Server 2016. | Vladislav Vaintroub | 2016-09-28 | 1 | -2/+11 |
| * | | | MDEV-10890 plugins.pam fails in buildbot with valgrind | Sergei Golubchik | 2016-09-28 | 1 | -2/+2 |
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-09-28 | 1 | -3/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-09-27 | 1 | -3/+2 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-10441 Document the server_audit_loc_info variable | Sergei Golubchik | 2016-09-26 | 1 | -3/+2 |
| * | | | Make sure to recompile the feedback plugin for EMBEDDED | Vicențiu Ciorbaru | 2016-09-27 | 1 | -1/+1 |
| * | | | MDEV-10777: Server crashed due to query_cache_info plugin | Oleksandr Byelkin | 2016-09-27 | 1 | -7/+32 |
| * | | | MDEV-10847 Bring AWS KMS encryption plugin up-to-date with released SDK | Vladislav Vaintroub | 2016-09-27 | 2 | -34/+57 |
| * | | | MDEV-10888: encryption.filekeys_emptyfile fails in buildbot with valgrind | Jan Lindström | 2016-09-27 | 1 | -1/+1 |
* | | | | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES | Sergey Vojtovich | 2016-12-21 | 1 | -0/+1 |
* | | | | Fix failing galera tests. | Nirbhay Choubey | 2016-12-19 | 2 | -4/+4 |
* | | | | Fix/disable some failing galera tests. | Nirbhay Choubey | 2016-11-07 | 1 | -0/+4 |
* | | | | MDEV-8791 - AIX: Unresolved Symbols during linking | Sergey Vojtovich | 2016-10-31 | 1 | -1/+1 |
* | | | | Use sql_mode_t for sql_mode. | Monty | 2016-10-05 | 1 | -1/+2 |
* | | | | Merge branch '10.2' into bb-10.2-connector-c-integ-subm | Sergei Golubchik | 2016-09-21 | 10 | -19/+58 |
|\ \ \ \ | |||||
| * | | | | valgrind failures | Sergei Golubchik | 2016-09-21 | 1 | -1/+2 |
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 9 | -17/+55 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | update plugin maturities | Sergei Golubchik | 2016-09-05 | 8 | -10/+10 |
| | * | | | MDEV-10361 Crash in pam_securid.so with auth_pam connecting from SQLyog | Sergei Golubchik | 2016-08-24 | 1 | -0/+30 |