Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-10-09 | 1 | -13/+16 |
|\ | |||||
| * | AWS KMS plugin : more detailed message when API calls fail. | Vladislav Vaintroub | 2018-10-03 | 1 | -13/+16 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-09-06 | 2 | -3/+5 |
|\ \ | |/ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-08-31 | 2 | -3/+5 |
| |\ | |||||
| | * | MDEV-16665 ed25519 describes itself as 1.0-alpha even though it's not alpha. | Alexey Botchkov | 2018-08-30 | 1 | -1/+1 |
| | * | MDEV-17095 pam_user_map module throws syntax error if group name contains bac... | Alexey Botchkov | 2018-08-30 | 1 | -2/+4 |
* | | | compiler warnings | Sergei Golubchik | 2018-08-12 | 1 | -1/+1 |
* | | | remove obsolete checks for -fno-implicit-templates | Sergei Golubchik | 2018-08-12 | 1 | -8/+1 |
* | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 2 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-06-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | mark ed25519 stable | Sergei Golubchik | 2018-06-28 | 1 | -1/+1 |
| * | | don't use my_error(0) or my_printf_error(0) | Sergei Golubchik | 2018-06-21 | 1 | -5/+5 |
* | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-12 | 1 | -4/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-05-11 | 1 | -4/+25 |
| |\ \ | | |/ | |||||
| | * | MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin. | Alexey Botchkov | 2018-05-10 | 1 | -4/+25 |
* | | | MDEV-15893 Rename VTQ to TRT | Eugene Kosov | 2018-05-12 | 1 | -29/+29 |
* | | | Misc. typos | luz.paz | 2018-04-05 | 2 | -2/+2 |
* | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-03-28 | 8 | -3/+353 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-03-25 | 8 | -30/+119 |
| |\ \ | | |/ | |||||
| | * | MDEV-14533 Provide information_schema tables using which hardware | Alexey Botchkov | 2018-03-24 | 3 | -12/+1 |
| | * | MDEV-14533 Provide information_schema tables using which hardware | Alexey Botchkov | 2018-03-24 | 4 | -0/+36 |
| | * | MDEV-14533 Provide information_schema tables using which hardware information... | Sergei Golubchik | 2018-03-23 | 3 | -26/+12 |
| | * | MDEV-10871 Add logging capability to pam_user_map.c. | Alexey Botchkov | 2018-03-23 | 1 | -3/+81 |
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-03-21 | 3 | -0/+260 |
| |\ \ | | |/ | |||||
| | * | MDEV-14533 Provide information_schema tables using which hardware | Alexey Botchkov | 2018-03-21 | 3 | -0/+260 |
* | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibility | Alexander Barkov | 2018-02-25 | 1 | -1/+2 |
* | | | Make possible to use clang on Windows (clang-cl) | Vladislav Vaintroub | 2018-02-20 | 4 | -6/+15 |
* | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 3 | -2/+10 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2018-02-08 | 3 | -2/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | * | | auth_gssapi - fix test result and let the test run on Windows buildbot | Vladislav Vaintroub | 2018-02-01 | 2 | -1/+9 |
* | | | | Windows, compiling : use /permissive- switch to improve conformance | Vladislav Vaintroub | 2018-02-07 | 4 | -5/+5 |
* | | | | Windows, compiling : reenable warning C4996 (deprecated functions) | Vladislav Vaintroub | 2018-02-07 | 1 | -0/+3 |
* | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations) | Vladislav Vaintroub | 2018-02-07 | 1 | -2/+2 |
* | | | | Fix warnings | Vladislav Vaintroub | 2018-02-06 | 1 | -1/+1 |
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 8 | -16/+16 |
* | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 7 | -50/+49 |
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2018-01-29 | 7 | -23/+23 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2018-01-27 | 7 | -23/+23 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix and reenable Windows compiler warning C4800 (size_t conversion). | Vladislav Vaintroub | 2018-01-26 | 7 | -23/+23 |
* | | | | make versioning plugin more clearly a test-only thing | Sergei Golubchik | 2018-01-09 | 2 | -4/+4 |
* | | | | System Versioning 1.0 pre7 | Aleksey Midenkov | 2017-12-21 | 9 | -2970/+0 |
|\ \ \ \ | |||||
| * | | | | Moved semisync from a plugin to normal server | Monty | 2017-12-18 | 9 | -2970/+0 |
* | | | | | MDEV-14645: AS OF TIMESTAMP is misused as TRX_ID [fixes #396] | Aleksey Midenkov | 2017-12-14 | 1 | -1/+1 |
* | | | | | System Versioning 1.0 pre3 | Aleksey Midenkov | 2017-12-11 | 2 | -3/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Search for galera libraries also in /usr/lib64/galera-3 | Monty | 2017-12-08 | 1 | -2/+4 |
| * | | | | Remove compiler warnings | Monty | 2017-12-03 | 1 | -1/+4 |
* | | | | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] | Aleksey Midenkov | 2017-11-15 | 1 | -41/+19 |
* | | | | | System Versioning pre1.0 | Aleksey Midenkov | 2017-11-13 | 1 | -19/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-10 | 1 | -19/+22 |
| |\ \ \ \ | | |/ / / |