mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.6' into 10.7
This commit is contained in:
@ -1849,7 +1849,7 @@ connection u_1;
|
||||
user_1@localhost db_storedproc
|
||||
USE db_storedproc;
|
||||
CALL sp11();
|
||||
ERROR 42000: INSERT command denied to user 'user_1'@'localhost' for table 't1'
|
||||
ERROR 42000: INSERT command denied to user 'user_1'@'localhost' for table `mysql`.`t1`
|
||||
commit work;
|
||||
disconnect u_1;
|
||||
connection default;
|
||||
|
Reference in New Issue
Block a user