Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compiler warnings and test failures found by buildbot | Monty | 2016-06-22 | 1 | -12/+12 |
* | General spell fixing in comments and strings | Otto Kekäläinen | 2016-06-08 | 3 | -3/+3 |
* | cleanup: thread_count | Sergei Golubchik | 2016-06-04 | 2 | -4/+0 |
* | Reuse THD for new user connections | Monty | 2016-06-04 | 2 | -4/+4 |
* | Fix compile errors | Vladislav Vaintroub | 2016-04-28 | 1 | -0/+1 |
* | Final fixes for Memory_used | Monty | 2016-04-28 | 1 | -7/+7 |
* | Cleanups | Monty | 2016-04-28 | 1 | -1/+6 |
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-03-23 | 20 | -24/+766 |
|\ | |||||
| * | MDEV-9613: keyfile without any keys crashes mysqld on loading file_key_manage... | Vicențiu Ciorbaru | 2016-03-22 | 1 | -1/+1 |
| * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-03-21 | 2 | -6/+6 |
| |\ | |||||
| | * | Fix spelling: occurred, execute, which etc | Otto Kekäläinen | 2016-03-04 | 2 | -6/+6 |
| * | | don't do anything for AWS plugin unless it's enabled | Sergei Golubchik | 2016-03-19 | 1 | -4/+7 |
| * | | update plugins' maturity levels | Sergei Golubchik | 2016-03-18 | 13 | -15/+15 |
| * | | fix that mysqld aborts on exit if an open handlersocket connection remains | Akira Higuchi | 2016-03-18 | 1 | -1/+1 |
| * | | fix a memory leak in handlersocket | Akira Higuchi | 2016-03-18 | 1 | -0/+1 |
| * | | mtr complains about klist is not found, if Kerberos is not installed on machines | Vladislav Vaintroub | 2016-03-17 | 1 | -1/+1 |
| * | | MDEV-9659 : AWS KMS encryption plugin | Vladislav Vaintroub | 2016-03-13 | 2 | -0/+738 |
* | | | MDEV-7331 - information_schema.user_variables | Sergey Vojtovich | 2016-02-26 | 6 | -0/+241 |
* | | | Fixed plugins.feedback_plugin_send failure | Sergey Vojtovich | 2016-02-26 | 1 | -0/+1 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-02-25 | 7 | -10/+24 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-02-23 | 4 | -8/+10 |
| |\ \ | | |/ | |||||
| | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-02-15 | 6 | -19/+109 |
| | |\ | |||||
| | | * | fix buffer overrun | Vladislav Vaintroub | 2016-02-15 | 1 | -1/+1 |
| | | * | Errorneous PSI declaration line fixed. | Alexey Botchkov | 2016-02-12 | 1 | -3/+7 |
| | | * | Merge branch 'bb-5.5-serg' into 5.5 | Sergei Golubchik | 2016-02-09 | 1 | -2/+2 |
| | | |\ | |||||
| | | | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2016-02-09 | 1 | -2/+2 |
| | | | |\ | |||||
| | | | | * | Bug#21770366 backport bug#21657078 to 5.5 and 5.6 | Ajo Robert | 2016-01-07 | 1 | -4/+3 |
| | | * | | | MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0. | Alexey Botchkov | 2016-02-09 | 4 | -13/+99 |
| | | |/ / | |||||
| * | | | | MDEV-9557 - fix compilation errors due to missing krb5_free_unparsed_name() i... | Vladislav Vaintroub | 2016-02-16 | 3 | -2/+14 |
* | | | | | Changed my_thread_id to int64 to fix compilation problem with | Monty | 2016-02-08 | 2 | -3/+10 |
* | | | | | MDEV-6150 Speed up connection speed by moving creation of THD to new thread | Monty | 2016-02-07 | 2 | -8/+4 |
* | | | | | Merge branch '10.1' into 10.2 | Monty | 2016-02-06 | 28 | -277/+3303 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix authentication plugin's tests in case username contains non-alphanumeric ... | Vladislav Vaintroub | 2016-02-01 | 2 | -4/+4 |
| * | | | | MDEV9494 Fix build for Heimdal Kerberos | Vladislav Vaintroub | 2016-01-31 | 1 | -1/+1 |
| * | | | | Address review comments, add unit test | Vladislav Vaintroub | 2016-01-27 | 2 | -69/+21 |
| * | | | | New authentication plugin for authentication via named pipe on Windows | Georg Richter | 2016-01-27 | 2 | -0/+145 |
| * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-01-25 | 4 | -275/+1321 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '5.5' into 10.0 | Alexey Botchkov | 2016-01-25 | 4 | -275/+1321 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-9106 Audit plugin not working with MySQL 5.7. | Alexey Botchkov | 2016-01-15 | 1 | -3/+44 |
| | | * | | MDEV-9106 Audit Plugin doesn't run with MySQL 5.7. | Alexey Botchkov | 2016-01-13 | 1 | -17/+39 |
| | | * | | MDEV-9106 Audit plugin compiled with MariaDB can't install on MySQL 5.7. | Alexey Botchkov | 2016-01-12 | 4 | -261/+1254 |
| * | | | | MDEV-9205 PAM user map plugin does not work with LDAP groups | Sergei Golubchik | 2016-01-25 | 1 | -2/+2 |
| * | | | | Fix spelling of my name | Robbie Harwood | 2016-01-20 | 1 | -1/+1 |
| * | | | | MDEV 4691- address review comments | Vladislav Vaintroub | 2016-01-19 | 15 | -22/+55 |
| * | | | | MDEV-4961 SSPI/GSSAPI/Kerberos authentication plugin | Vladislav Vaintroub | 2016-01-14 | 19 | -0/+1854 |
* | | | | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2015-12-29 | 6 | -13/+20 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-12-21 | 6 | -13/+20 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixed auth_socket static compilation | Sergey Vojtovich | 2015-12-18 | 2 | -2/+2 |
| | * | | | MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in manymariadb-10.0.23 | Sergey Vojtovich | 2015-12-16 | 1 | -1/+1 |
| | * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-12-13 | 4 | -10/+17 |
| | |\ \ \ | | | |/ / |