mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.9' into 10.10
This commit is contained in:
@ -666,7 +666,7 @@ connect unsecure,localhost,untrusted,,mysqltest1;
|
||||
mysql mysqltest1 -uuntrusted < var/tmp/bug31611.sql
|
||||
connection unsecure;
|
||||
INSERT INTO t1 VALUES (1,USER());
|
||||
ERROR 42000: INSERT command denied to user 'untrusted'@'localhost' for table 't1'
|
||||
ERROR 42000: INSERT command denied to user 'untrusted'@'localhost' for table `mysqltest1`.`t1`
|
||||
SELECT * FROM t1;
|
||||
a b
|
||||
1 root@localhost
|
||||
|
Reference in New Issue
Block a user