Commit b8b6cab2 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Fix view protocol

parent 9dafde57
...@@ -200,7 +200,9 @@ b`; ...@@ -200,7 +200,9 @@ b`;
use `a use `a
b`; b`;
--disable_ps_protocol --disable_ps_protocol
--disable_view_protocol
select count(*) from mysql.global_priv where length(priv)>2; select count(*) from mysql.global_priv where length(priv)>2;
--enable_view_protocol
--enable_ps_protocol --enable_ps_protocol
drop database `a drop database `a
b`; b`;
......
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