diff options
author | Sergei Petrunia <sergey@mariadb.com> | 2022-03-22 10:07:39 +0300 |
---|---|---|
committer | Sergei Petrunia <sergey@mariadb.com> | 2022-03-22 10:07:39 +0300 |
commit | 260d13f0fb40822d259fab76c6f9127d0c3e0167 (patch) | |
tree | 2dbd1e49b3cb084150a7f1e0cb25fb4eba130067 | |
parent | 304a2a6ca6a906afaf60c2650b21c2de7a06df60 (diff) | |
download | mariadb-git-bb-10.9-MDEV-27021-MDEV-10000-MDEV-27776.tar.gz |
Update test results (8)bb-10.9-MDEV-27021-MDEV-10000-MDEV-27776
-rw-r--r-- | mysql-test/suite/maria/mrr.result | 2 |
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 |