[Commits] 260d13f0fb4: Update test results (8)
revision-id: 260d13f0fb40822d259fab76c6f9127d0c3e0167 (mariadb-10.6.1-373-g260d13f0fb4) parent(s): 304a2a6ca6a906afaf60c2650b21c2de7a06df60 author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2022-03-22 10:07:39 +0300 message: Update test results (8) --- mysql-test/suite/maria/mrr.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
participants (1)
-
psergey