mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix plugins.server_audit test for --ps
This commit is contained in:
@ -42,8 +42,10 @@ select 1,
|
|||||||
3;
|
3;
|
||||||
insert into t2 values (1), (2);
|
insert into t2 values (1), (2);
|
||||||
select * from t2;
|
select * from t2;
|
||||||
|
--disable_ps_protocol
|
||||||
--error ER_NO_SUCH_TABLE
|
--error ER_NO_SUCH_TABLE
|
||||||
select * from t_doesnt_exist;
|
select * from t_doesnt_exist;
|
||||||
|
--enable_ps_protocol
|
||||||
--error 1064
|
--error 1064
|
||||||
syntax_error_query;
|
syntax_error_query;
|
||||||
drop table renamed_t1, t2;
|
drop table renamed_t1, t2;
|
||||||
|
Reference in New Issue
Block a user