mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix view protocol
This commit is contained in:
parent
9dafde575f
commit
b8b6cab2d7
1 changed files with 2 additions and 0 deletions
|
@ -200,7 +200,9 @@ b`;
|
|||
use `a
|
||||
b`;
|
||||
--disable_ps_protocol
|
||||
--disable_view_protocol
|
||||
select count(*) from mysql.global_priv where length(priv)>2;
|
||||
--enable_view_protocol
|
||||
--enable_ps_protocol
|
||||
drop database `a
|
||||
b`;
|
||||
|
|
Loading…
Add table
Reference in a new issue