Commit 6aeaebd8 authored by Igor Babaev's avatar Igor Babaev

Fixed the bug number in the comment of the test case for mdev-10899.

parent e5019d3f
......@@ -1770,7 +1770,7 @@ SELECT * FROM cte as t;
f
DROP TABLE t1;
#
# MDEV-10889: mergeable derived in the spec of recursive CTE
# MDEV-10899: mergeable derived in the spec of recursive CTE
#
create table t1 (a int);
insert into t1 values
......
......@@ -1306,7 +1306,7 @@ SELECT * FROM cte as t;
DROP TABLE t1;
--echo #
--echo # MDEV-10889: mergeable derived in the spec of recursive CTE
--echo # MDEV-10899: mergeable derived in the spec of recursive CTE
--echo #
create table t1 (a int);
......
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