summaryrefslogtreecommitdiff
path: root/mysql-test/r/cte_recursive.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-09-27 19:08:36 -0700
committerIgor Babaev <igor@askmonty.org>2016-09-30 17:40:40 -0700
commit6aeaebd8cfa3ce3cf7037a282a77ca4c6cdb7e16 (patch)
tree6a8d39e5ae9026064ab0fc80d576232e405e62c3 /mysql-test/r/cte_recursive.result
parente5019d3f34850a3f6bcee8824f666e3b6c3fcee6 (diff)
downloadmariadb-git-6aeaebd8cfa3ce3cf7037a282a77ca4c6cdb7e16.tar.gz
Fixed the bug number in the comment of the test case for mdev-10899.
Diffstat (limited to 'mysql-test/r/cte_recursive.result')
-rw-r--r--mysql-test/r/cte_recursive.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/cte_recursive.result b/mysql-test/r/cte_recursive.result
index 1b26a776352..ac48bf0847c 100644
--- a/mysql-test/r/cte_recursive.result
+++ b/mysql-test/r/cte_recursive.result
@@ -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