CREATE TABLE Test_permissions ( c1 text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL, c2 text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL ) ENGINE = MyISAM CHARACTER SET latin1 COLLATE latin1_swedish_ci AUTO_INCREMENT = 0 GO GRANT SELECT(c2), INSERT(c2), UPDATE(c2), REFERENCES(c2) ON Test_permissions TO SOURCE_USER1@'localhost' GO GRANT SELECT(c1), INSERT(c1), UPDATE(c1), REFERENCES(c1) ON Test_permissions TO SOURCE_USER1@'localhost' GO GRANT REFERENCES ON Test_permissions TO SOURCE_USER1@'localhost' GO
Latest Build (ADS 19.0.0-beta-24) | Issue is observed |
ADS 18.0.18-1 | Issue is observed |
ADS 17 | Issue is observed |
ADS 16 | Issue is observed |
ADS 15 | Issue is observed |
|
418 KB
|
84 KB
Looks like we intentionally only allow references in the column permissions dialog for MySQL 5.7. Pushing this to the future. Reference VA#8547 - See MyColumnPermissionDialog
Issue #15400 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
Looks like we intentionally only allow references in the column permissions dialog for MySQL 5.7. Pushing this to the future. Reference VA#8547 - See MyColumnPermissionDialog