Skip to content

Commit

Permalink
fix plugins.server_audit test for --ps
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Feb 15, 2018
1 parent 03de234 commit 7bd258c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/plugins/t/server_audit.test
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ select 1,
3;
insert into t2 values (1), (2);
select * from t2;
--disable_ps_protocol
--error ER_NO_SUCH_TABLE
select * from t_doesnt_exist;
--enable_ps_protocol
--error 1064
syntax_error_query;
drop table renamed_t1, t2;
Expand Down

0 comments on commit 7bd258c

Please sign in to comment.