[Commits] 4a6e2d34374: Post-merge fix: update derived_cond_pushdown.result
revision-id: 4a6e2d343745c11086c05f0041a8267591bb073c (mariadb-10.3.30-14-g4a6e2d34374) parent(s): 586870f9effa48831fda2590f2aee2b95b30be39 author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2021-06-30 16:43:43 +0300 message: Post-merge fix: update derived_cond_pushdown.result --- mysql-test/main/derived_cond_pushdown.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/main/derived_cond_pushdown.result b/mysql-test/main/derived_cond_pushdown.result index b886db20eed..d2c116913f4 100644 --- a/mysql-test/main/derived_cond_pushdown.result +++ b/mysql-test/main/derived_cond_pushdown.result @@ -10764,6 +10764,7 @@ EXPLAIN { "query_block": { "select_id": 3, + "operation": "UNION", "table": { "table_name": "t1", "access_type": "ref",
participants (1)
-
psergey