• sachin's avatar
    MDEV-14853 Grant does not work correctly when table contains... · 395c8ca7
    sachin authored
    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.
    395c8ca7
sql_acl.cc 422 KB