mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -39,7 +39,7 @@ create user foo@localhost;
|
||||
grant execute on mysql.* to foo@localhost;
|
||||
connect foo, localhost, foo;
|
||||
call mysql.AddGeometryColumn('', 'mysql', 'proc', 'c', 10);
|
||||
ERROR 42000: ALTER command denied to user 'foo'@'localhost' for table 'proc'
|
||||
ERROR 42000: ALTER command denied to user 'foo'@'localhost' for table `mysql`.`proc`
|
||||
disconnect foo;
|
||||
connection default;
|
||||
drop user foo@localhost;
|
||||
|
Reference in New Issue
Block a user