Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-22057 REPLICATION MASTER ADMIN is missing in root account after upgrade | Alexander Barkov | 2020-03-27 | 1 | -0/+18 |
* | MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from... | Alexander Barkov | 2020-03-25 | 1 | -3/+8 |
* | Clean up and speed up interfaces for binary row logging | Monty | 2020-03-24 | 1 | -3/+7 |
* | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no... | Alexander Barkov | 2020-03-18 | 1 | -3/+6 |
* | MDEV-13362: implement --require_secure_transport option | Julius Goryavsky | 2020-03-12 | 1 | -1/+19 |
* | MDEV-21743 Split up SUPER privilege to smaller privileges | Alexander Barkov | 2020-03-10 | 1 | -11/+44 |
* | cleanup: PSI key is *always* the first argument | Sergei Golubchik | 2020-03-10 | 1 | -38/+35 |
* | perfschema compilation, test and misc fixes | Sergei Golubchik | 2020-03-10 | 1 | -11/+3 |
* | perfschema sp instrumentation related changes | Sergei Golubchik | 2020-03-10 | 1 | -7/+8 |
* | perfschema socket instrumentation related changes | Sergei Golubchik | 2020-03-10 | 1 | -1/+3 |
* | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -39/+52 |
* | perfschema - various collateral cleanups and small changes | Sergei Golubchik | 2020-03-10 | 1 | -11/+12 |
* | cleanup: remove TYPE_ENUM_PROXY from enum stored_procedure_type | Sergei Golubchik | 2020-03-10 | 1 | -1/+0 |
* | MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.priv | Alexander Barkov | 2020-02-28 | 1 | -8/+55 |
* | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-02-12 | 1 | -53/+35 |
|\ | |||||
| * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-02-11 | 1 | -53/+35 |
| |\ | |||||
| | * | MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076 | Oleksandr Byelkin | 2020-02-05 | 1 | -53/+35 |
* | | | MDEV-21702 Add a data type for privileges | Alexander Barkov | 2020-02-11 | 1 | -191/+211 |
* | | | MDEV-21689 Add Sql_cmd for GRANT/REVOKE statements | Alexander Barkov | 2020-02-08 | 1 | -0/+221 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-01-28 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-01-21 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-01-21 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-01-20 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2020-01-19 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67 | Sergei Golubchik | 2020-01-18 | 1 | -0/+1 |
* | | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFO | Alexander Barkov | 2020-01-28 | 1 | -3/+3 |
* | | | | | | Merge 10.4 into 10.5 | Oleksandr Byelkin | 2019-11-07 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Fixes for binary logging --read-only mode | Monty | 2019-10-20 | 1 | -2/+2 |
* | | | | | | clang failed to compile the embedded library with unused constant errors | Alexander Barkov | 2019-10-13 | 1 | -0/+2 |
* | | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5 | Alexander Barkov | 2019-08-13 | 1 | -1/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fixes based on warnings from gcc/clang and valgrind | Monty | 2019-08-12 | 1 | -1/+1 |
| * | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-07-28 | 1 | -0/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-07-26 | 1 | -0/+1 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-07-26 | 1 | -0/+1 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-07-25 | 1 | -0/+1 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | MDEV-20110 don't try to load client plugins with invalid names | Sergei Golubchik | 2019-07-21 | 1 | -0/+1 |
| | | | * | | imporve clang build | Eugene Kosov | 2019-06-25 | 1 | -1/+1 |
| | | * | | | MDEV-19948 `SHOW GRANTS` return privileges individually update in 10.2 | Anel Husakovic | 2019-07-24 | 1 | -36/+50 |
| | * | | | | MDEV-19948 `SHOW GRANTS FOR user` return privileges individually | Anel Husakovic | 2019-07-24 | 1 | -40/+55 |
* | | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-08-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-19878 pam v2: pam password authentication doesn't work at all | Sergei Golubchik | 2019-07-02 | 1 | -1/+1 |
* | | | | | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3 | Alexander Barkov | 2019-06-28 | 1 | -9/+9 |
* | | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-06-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | bugfix: crash on the empty db namemariadb-10.4.6 | Sergei Golubchik | 2019-06-17 | 1 | -1/+1 |
* | | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-06-18 | 1 | -59/+20 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-14735 better matching order for grants | Sergei Golubchik | 2019-06-17 | 1 | -55/+18 |
| * | | | | | bugfix: PROXY privilege matched usernames incorrectly | Sergei Golubchik | 2019-06-17 | 1 | -4/+2 |
* | | | | | | Using more of Sql_mode_save. Adding a similar class for THD::abort_on_warnings. | Alexander Barkov | 2019-05-28 | 1 | -6/+2 |
* | | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-05-23 | 1 | -5/+32 |
|\ \ \ \ \ \ | |/ / / / / |