summaryrefslogtreecommitdiff
path: root/mysql-test/main/explain.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/explain.result')
-rw-r--r--mysql-test/main/explain.result3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/main/explain.result b/mysql-test/main/explain.result
index 8a9fd3c5390..8db5e9f51ac 100644
--- a/mysql-test/main/explain.result
+++ b/mysql-test/main/explain.result
@@ -424,8 +424,7 @@ id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY NULL NULL NULL NULL NULL NULL NULL No tables used
2 UNION NULL NULL NULL NULL NULL NULL NULL No tables used
NULL UNION RESULT <union1,2> ALL NULL NULL NULL NULL NULL Using filesort
-Warnings:
-Note 1249 Select 3 was reduced during optimization
+3 SUBQUERY NULL NULL NULL NULL NULL NULL NULL No tables used
#
# MDEV-23160: SIGSEGV in Explain_node::print_explain_for_children on UNION SELECT
#