Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-14853

Grant does not work correctly when table contains SYSTEM_INVISIBLE or COMPLETELY_INVISIBLE

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.3.3
    • 10.3.7
    • Server
    • None
    • all
    • 10.3.6-1

    Description

      Column level GRANT does not work correctly when table contains and SYSTEM_INVISIBLE or COMPLETELY_INVISIBLE column.
      Suppose a table t1 , which has a SYSTEM_INVISIBLE column and a normal column A. We give a grant to user_1 with this command

      grant insert(a) on t1 to user_1;
      

      when this particular user try insert

      insert into t1(a) values(1);
      

      or

      insert into t1 values(1);
      

      he will get access denied error.

      Attachments

        Issue Links

          Activity

            People

              sachin.setiya.007 Sachin Setiya (Inactive)
              sachin.setiya.007 Sachin Setiya (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.