mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Removing MDEV-27871 because it is not a bug
Part 1
This commit is contained in:
@ -57,15 +57,10 @@ select 'a' union select concat('a', -0.0000);
|
||||
# Bug#16716: subselect in concat() may lead to a wrong result
|
||||
#
|
||||
|
||||
#enable after fix MDEV-27871
|
||||
--disable_view_protocol
|
||||
|
||||
select concat((select x from (select 'a' as x) as t1 ),
|
||||
(select y from (select 'b' as y) as t2 )) from (select 1 union select 2 )
|
||||
(select y from (select 'b' as y) as t2 )) as exp from (select 1 union select 2 )
|
||||
as t3;
|
||||
|
||||
--enable_view_protocol
|
||||
|
||||
# End of 4.1 tests
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user