Skip to content

Commit 7bd258c

Browse files
committed
fix plugins.server_audit test for --ps
1 parent 03de234 commit 7bd258c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/plugins/t/server_audit.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ select 1,
4242
3;
4343
insert into t2 values (1), (2);
4444
select * from t2;
45+
--disable_ps_protocol
4546
--error ER_NO_SUCH_TABLE
4647
select * from t_doesnt_exist;
48+
--enable_ps_protocol
4749
--error 1064
4850
syntax_error_query;
4951
drop table renamed_t1, t2;

0 commit comments

Comments
 (0)