1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed ps-protocol thread_pool_server_audit failure

By applying 7bd258c.
This commit is contained in:
Sergey Vojtovich
2019-03-26 00:42:57 +04:00
parent cfe0fe1ad1
commit e890711279

View File

@ -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;