Commit e8907112 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Fixed ps-protocol thread_pool_server_audit failure

By applying 7bd258c4.
parent cfe0fe1a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment