We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined index: strPrivDescDelete versioning rowsTbl
This comment is posted automatically by phpMyAdmin's error-reporting-server.
The text was updated successfully, but these errors were encountered:
When editing a table row permission in the users UI
Users permission: GRANT SELECT (idUser) ON `adatabase`.`Users` TO 'db1'@'%' Related to DELETE VERSIONING ROWS https://mariadb.com/kb/en/library/grant/#table-privileges
GRANT SELECT (idUser) ON `adatabase`.`Users` TO 'db1'@'%'
DELETE VERSIONING ROWS
SHOW COLUMNS FROM `mysql`.`tables_priv` LIKE 'Table_priv';
Sorry, something went wrong.
Currently working on a fix to integrate in 4.8.6 release
Add ChangeLog entry for #15229
9aa035c
Signed-off-by: William Desportes <williamdes@wdes.fr>
Fix Unit tests for #15229
646668b
See: 91c758a Signed-off-by: William Desportes <williamdes@wdes.fr>
91c758a
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
williamdes
No branches or pull requests
Undefined index: strPrivDescDelete versioning rowsTbl
This comment is posted automatically by phpMyAdmin's error-reporting-server.
The text was updated successfully, but these errors were encountered: