diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2016-06-02 15:19:52 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2016-06-02 15:19:52 +0300 |
commit | 685c63b698fd3a939469ba97ef4f236439447f49 (patch) | |
tree | 51f872af41179980d4289bb37000c7eca5956c09 /mysql-test/r | |
parent | 3fd2521f249cffa5b574156f360e95210fbf5c3e (diff) | |
download | mariadb-git-685c63b698fd3a939469ba97ef4f236439447f49.tar.gz |
Update test results part#2.
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/named_pipe.result | 2 | ||||
-rw-r--r-- | mysql-test/r/shm.result | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/named_pipe.result b/mysql-test/r/named_pipe.result index 6064a716e8a..ddd48f0ba91 100644 --- a/mysql-test/r/named_pipe.result +++ b/mysql-test/r/named_pipe.result @@ -601,7 +601,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t3 eq_ref PRIMARY PRIMARY 4 test.t2.fld1 1 Using where; Using index explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using filesort +1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using temporary; Using filesort 1 SIMPLE t3 ref period period 4 test.t1.period 4181 explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period limit 10; id select_type table type possible_keys key key_len ref rows Extra diff --git a/mysql-test/r/shm.result b/mysql-test/r/shm.result index b5faecea87b..a2c38627e9d 100644 --- a/mysql-test/r/shm.result +++ b/mysql-test/r/shm.result @@ -601,7 +601,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t3 eq_ref PRIMARY PRIMARY 4 test.t2.fld1 1 Using where; Using index explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using filesort +1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using temporary; Using filesort 1 SIMPLE t3 ref period period 4 test.t1.period 4181 explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period limit 10; id select_type table type possible_keys key key_len ref rows Extra |