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:
Johannes Meyer 2015-04-13 14:13:02 +02:00
parent d038a2795d
commit e0891aedca
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class DbTool
'INSERT' => 29,
'LOCK TABLES' => 5,
'PROCESS' => 1,
'REFERENCES' => 0,
'REFERENCES' => 12,
'RELOAD' => 1,
'REPLICATION CLIENT' => 1,
'REPLICATION SLAVE' => 1,