mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.4
This commit is contained in:
@ -155,6 +155,7 @@ delimiter ;|
|
||||
|
||||
grant execute on function f1 to bar@localhost;
|
||||
|
||||
--disable_view_protocol
|
||||
connection con_foo;
|
||||
set optimizer_trace='enabled=on';
|
||||
select * from db1.t1;
|
||||
@ -186,6 +187,7 @@ select f1(a) from db1.t1;
|
||||
--echo #
|
||||
select query, INSUFFICIENT_PRIVILEGES from information_schema.OPTIMIZER_TRACE;
|
||||
set optimizer_trace='enabled=off';
|
||||
--enable_view_protocol
|
||||
|
||||
connection default;
|
||||
select current_user();
|
||||
|
Reference in New Issue
Block a user