• unknown's avatar
    Bug#20214: Incorrect error when user calls SHOW CREATE VIEW on non privileged view · 9f97dd0b
    unknown authored
    "A SELECT privilege on a view is required for SHOW CREATE VIEW and it will stay
    that way because of compatibility reasons." (see #20136)
    
    a test case to illustrate how the ACLs work in this case (and ensure they will continue
    to do so in the future)
    
    
    mysql-test/r/grant.result:
      Bug#20214: Incorrect error when user calls SHOW CREATE VIEW on non privileged view
      
      a test case to illustrate how the ACLs work in this case (and ensure they will continue
      to do so in the future)
    mysql-test/t/grant.test:
      Bug#20214: Incorrect error when user calls SHOW CREATE VIEW on non privileged view
      
      a test case to illustrate how the ACLs work in this case (and ensure they will continue
      to do so in the future)
    9f97dd0b
grant.test 26.3 KB