summaryrefslogtreecommitdiff
path: root/storage/spider
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2019-12-04 17:46:28 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2019-12-04 17:46:28 +0100
commit008ee867a4cc80e079bd2a8b7f8c8543d80c31f1 (patch)
tree9a971dca67c9edeabeb655b2275aea4b76729333 /storage/spider
parent670c9a3a182cfc3a75bc8ed847cadb2931aaaec4 (diff)
parentc9b9eb331570704d020fcc7c7894f19febe7f26d (diff)
downloadmariadb-git-008ee867a4cc80e079bd2a8b7f8c8543d80c31f1.tar.gz
Merge branch '10.2' into 10.3
Diffstat (limited to 'storage/spider')
-rw-r--r--storage/spider/mysql-test/spider/r/pushdown_not_like.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/spider/mysql-test/spider/r/pushdown_not_like.result b/storage/spider/mysql-test/spider/r/pushdown_not_like.result
index cd926962180..0e007b094de 100644
--- a/storage/spider/mysql-test/spider/r/pushdown_not_like.result
+++ b/storage/spider/mysql-test/spider/r/pushdown_not_like.result
@@ -41,7 +41,7 @@ a b c
connection child2_1;
SELECT argument FROM mysql.general_log WHERE argument LIKE '%select%';
argument
-select `a`,`b`,`c` from `auto_test_remote`.`ta_r` where (`b` not like 'a%')
+select t0.`a` `a`,t0.`b` `b`,t0.`c` `c` from `auto_test_remote`.`ta_r` t0 where (t0.`b` not like 'a%')
SELECT argument FROM mysql.general_log WHERE argument LIKE '%select%'
deinit