summaryrefslogtreecommitdiff
path: root/mysql-test/main/invisible_field_grant_completely.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-14853 Grant does not work correctly when table contains...sachin2018-05-181-0/+57
SYSTEM_INVISIBLE or COMPLETELY_INVISIBLE This commit does multiple things to solve this mdev 1st add field into the parameter of check_column_grant_in_table_ref, so that we can find out field invisibility. 2nd If field->invisible >= INVISIBLE_SYSTEM skip access check and simple grant access.