mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@@ -13,7 +13,7 @@ return a+1;
|
||||
END|
|
||||
set optimizer_trace="enabled=on";
|
||||
select * from db1.t1;
|
||||
ERROR 42000: SELECT command denied to user 'foo'@'localhost' for table 't1'
|
||||
ERROR 42000: SELECT command denied to user 'foo'@'localhost' for table `db1`.`t1`
|
||||
select * from information_schema.OPTIMIZER_TRACE;
|
||||
QUERY TRACE MISSING_BYTES_BEYOND_MAX_MEM_SIZE INSUFFICIENT_PRIVILEGES
|
||||
0 1
|
||||
|
Reference in New Issue
Block a user