DbTool: Add mysql context identifiers for the REFERENCES privilege
Though this privilege is not in use until mysql version 5.7.6 it is registered as privilege in the privilege tables in earlier versions. refs #8707
This commit is contained in:
parent
d038a2795d
commit
e0891aedca
|
@ -78,7 +78,7 @@ class DbTool
|
||||||
'INSERT' => 29,
|
'INSERT' => 29,
|
||||||
'LOCK TABLES' => 5,
|
'LOCK TABLES' => 5,
|
||||||
'PROCESS' => 1,
|
'PROCESS' => 1,
|
||||||
'REFERENCES' => 0,
|
'REFERENCES' => 12,
|
||||||
'RELOAD' => 1,
|
'RELOAD' => 1,
|
||||||
'REPLICATION CLIENT' => 1,
|
'REPLICATION CLIENT' => 1,
|
||||||
'REPLICATION SLAVE' => 1,
|
'REPLICATION SLAVE' => 1,
|
||||||
|
|
Loading…
Reference in New Issue