blob: 8a2590f6333ae446d93128a070213d5aab92f60c [file] [log] [blame]
--! qt:authorizer
create database db1;
use db1;
-- check query without select privilege fails
create table t1(i int);
set user.name=user1;
show columns in t1;