mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
disabling view protcol untill fix
This commit is contained in:
parent
c944cd6fec
commit
2844895766
1 changed files with 5 additions and 1 deletions
|
|
@ -31,8 +31,12 @@ insert into t3 values ('foo', 1),('bar', 1);
|
|||
select * from t3;
|
||||
explain format=json
|
||||
update t3 set b=b+1 where a= NAME_CONST('var1',_latin1'foo' COLLATE 'latin1_swedish_ci');
|
||||
#
|
||||
# enable after fixing MDEV-27904
|
||||
#
|
||||
--disable_view_protocol
|
||||
select * from t3 where a= NAME_CONST('var1',_latin1'foo' COLLATE 'latin1_swedish_ci');
|
||||
|
||||
--enable_view_protocol
|
||||
|
||||
drop procedure p1;
|
||||
drop table t1, t2, t3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue