mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge branch '10.3' into 10.4
This commit is contained in:
commit
d4f6d2f08f
208 changed files with 4248 additions and 2250 deletions
|
|
@ -243,13 +243,13 @@ return (select * from db37908.t1 limit 1)|
|
|||
connect user1,localhost,mysqltest_1,,test;
|
||||
connection user1;
|
||||
select * from db37908.t1;
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't1'
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table `db37908`.`t1`
|
||||
show status where variable_name ='uptime' and 2 in (select * from db37908.t1);
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't1'
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table `db37908`.`t1`
|
||||
show procedure status where name ='proc37908' and 1 in (select f1 from db37908.t1);
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't1'
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table `db37908`.`t1`
|
||||
show function status where name ='func37908' and 1 in (select func37908());
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't1'
|
||||
ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table `db37908`.`t1`
|
||||
connection default;
|
||||
disconnect user1;
|
||||
disconnect root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue