summaryrefslogtreecommitdiff
path: root/sql/privilege.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30205 Move /usr/share/mysql to /usr/share/mariadbDaniel Black2023-04-111-1/+1
* MDEV-29668 SUPER should not allow actions that have fine-grained dedicated pr...Sergei Golubchik2023-02-061-114/+113
* Merge branch '10.10' into 10.11Oleksandr Byelkin2022-11-021-1/+1
|\
| * Merge branch '10.9' into 10.10Oleksandr Byelkin2022-11-011-1/+1
| |\
| | * Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-011-1/+1
| | |\
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-10-251-1/+1
| | | |\
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-10-251-1/+1
* | | | | MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global var...Anel Husakovic2022-10-211-0/+2
* | | | | MDEV-29596 Separate SUPER and READ ONLY ADMIN privilegesMonty2022-09-211-2/+2
|/ / / /
* | | | MDEV-27161: Add option for SQL thread to limit maximum execution time per que...Brandon Nesterenko2022-08-031-0/+2
|/ / /
* | | MDEV-27021 Implement SHOW ANALYZE commandOleg Smirnov2022-04-291-0/+1
|/ /
* | MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...Sergei Golubchik2021-07-021-0/+1
|/
* MDEV-25030 Upgrade to 10.5.9 breaks root's ability to grantSergei Golubchik2021-04-221-0/+3
* MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to...Sujatha2020-11-171-7/+7
* MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to...Sujatha2020-11-161-10/+19
* MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-181-5/+28
* MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system...Alexander Barkov2020-03-181-0/+14
* MDEV-21972 Bind REPLICATION MASTER ADMIN to master_verify_checksumAlexander Barkov2020-03-181-0/+3
* MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_ima...Alexander Barkov2020-03-181-0/+6
* MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, syn...Alexander Barkov2020-03-181-0/+11
* MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variablesAlexander Barkov2020-03-181-0/+24
* MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variablesAlexander Barkov2020-03-181-0/+52
* MDEV-21963 Bind BINLOG ADMIN to a number of global system variablesAlexander Barkov2020-03-171-0/+45
* MDEV-21961 Bind CONNECTION ADMIN to a number of global system variablesAlexander Barkov2020-03-171-0/+35
* MDEV-21960 Bind READ_ONLY ADMIN to @@read_onlyAlexander Barkov2020-03-171-0/+4
* MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_lo...Alexander Barkov2020-03-171-0/+9
* MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-15/+187
* MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.privAlexander Barkov2020-02-281-3/+10
* MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-0/+333