mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together)
Fix for v. 10.5
This commit is contained in:
@ -23,8 +23,10 @@ error 1,1030;
|
||||
create temporary table t2 (a int);
|
||||
error 1,1030;
|
||||
create temporary table t3 (a int) engine=Aria;
|
||||
--disable_view_protocol
|
||||
error 1,1030;
|
||||
select * from information_schema.columns where table_schema='test';
|
||||
--enable_view_protocol
|
||||
|
||||
flush tables;
|
||||
select * from d1;
|
||||
|
Reference in New Issue
Block a user