diff options
author | Igor Babaev <igor@askmonty.org> | 2019-02-03 22:26:39 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2019-02-03 22:26:39 -0800 |
commit | cfd2646c3152bbefe11e381c00b701a49cf5c4ef (patch) | |
tree | ed982828dff13de0d20c5b43ec0b1cb736a211c7 /mysql-test/main/select_pkeycache.result | |
parent | 37deed3f37561f264f65e162146bbc2ad35fb1a2 (diff) | |
download | mariadb-git-cfd2646c3152bbefe11e381c00b701a49cf5c4ef.tar.gz |
Fixed the results after the merge of 10.4 into bb-10.4-mdev16188.
Diffstat (limited to 'mysql-test/main/select_pkeycache.result')
-rw-r--r-- | mysql-test/main/select_pkeycache.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/select_pkeycache.result b/mysql-test/main/select_pkeycache.result index 230bef68467..a73516f5fc9 100644 --- a/mysql-test/main/select_pkeycache.result +++ b/mysql-test/main/select_pkeycache.result @@ -3701,6 +3701,7 @@ INSERT INTO t1 SELECT * FROM t1 WHERE ID1_with_null IS NULL; INSERT INTO t1 SELECT * FROM t1 WHERE ID2_with_null IS NULL; ANALYZE TABLE t1; Table Op Msg_type Msg_text +test.t1 analyze status Engine-independent statistics collected test.t1 analyze status OK SELECT COUNT(*) FROM t1 WHERE ID1_with_null IS NULL AND ID2_with_null=3; COUNT(*) |