summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <sergey@mariadb.com>2022-03-22 10:07:39 +0300
committerSergei Petrunia <sergey@mariadb.com>2022-03-22 10:07:39 +0300
commit260d13f0fb40822d259fab76c6f9127d0c3e0167 (patch)
tree2dbd1e49b3cb084150a7f1e0cb25fb4eba130067
parent304a2a6ca6a906afaf60c2650b21c2de7a06df60 (diff)
downloadmariadb-git-bb-10.9-MDEV-27021-MDEV-10000-MDEV-27776.tar.gz
-rw-r--r--mysql-test/suite/maria/mrr.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/mrr.result b/mysql-test/suite/maria/mrr.result
index 61450c948bf..2047febb92a 100644
--- a/mysql-test/suite/maria/mrr.result
+++ b/mysql-test/suite/maria/mrr.result
@@ -187,7 +187,7 @@ explain
select * from t4 where a IS NULL and b IS NULL and (c IS NULL or c='no-such-row1'
or c='no-such-row2');
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
-1 SIMPLE t4 NULL range idx1 idx1 29 NULL 16 2.86 Using index condition; Rowid-ordered scan
+1 SIMPLE t4 NULL range idx1 idx1 29 NULL 16 FLTRD Using index condition; Rowid-ordered scan
select * from t4 where a IS NULL and b IS NULL and (c IS NULL or c='no-such-row1'
or c='no-such-row2');
a b c filler