diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2021-06-30 16:43:43 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2021-06-30 16:43:43 +0300 |
commit | 4a6e2d343745c11086c05f0041a8267591bb073c (patch) | |
tree | 7d880aad2991fb51ce3580583930c547cf0ed8a5 | |
parent | 586870f9effa48831fda2590f2aee2b95b30be39 (diff) | |
download | mariadb-git-4a6e2d343745c11086c05f0041a8267591bb073c.tar.gz |
Post-merge fix: update derived_cond_pushdown.result
-rw-r--r-- | mysql-test/main/derived_cond_pushdown.result | 1 |
1 files changed, 1 insertions, 0 deletions
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", |