mysql_user: Match both single quotes and backticks when checking curr… (#40092)

* mysql_user: Match quotes, double quotes and backticks when checking current privileges

* Add changelog fragment for PR #40092
This commit is contained in:
plumbeo
2019-02-06 15:20:43 +01:00
committed by John R Barker
parent 945ee39a89
commit 4d93c440b9
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "mysql_user: match backticks, single and double quotes when checking user privileges."