mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
merge
mysql-test/r/derived.result: Auto merged mysql-test/r/func_str.result: Auto merged mysql-test/r/select.result: Auto merged mysql-test/r/subselect.result: Auto merged mysql-test/r/union.result: Auto merged mysql-test/t/func_str.test: Auto merged sql/field.cc: Auto merged sql/field.h: Auto merged sql/item.h: Auto merged sql/item_subselect.cc: Auto merged sql/item_subselect.h: Auto merged sql/item_sum.cc: Auto merged sql/item_sum.h: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_acl.cc: Auto merged sql/sql_analyse.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_select.cc: Auto merged
This commit is contained in:
commit
5a9437ac05
76 changed files with 3260 additions and 1907 deletions
|
|
@ -3097,7 +3097,7 @@ fld1 sum(price)
|
|||
038008 234298
|
||||
explain select fld3 from t2 where 1>2 or 2>3;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE Impossible WHERE
|
||||
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL Impossible WHERE
|
||||
explain select fld3 from t2 where fld1=fld1;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE t2 ALL NULL NULL NULL NULL 1199
|
||||
|
|
@ -3152,7 +3152,7 @@ count(*)
|
|||
4181
|
||||
explain select min(fld1),max(fld1),count(*) from t2;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE Select tables optimized away
|
||||
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL Select tables optimized away
|
||||
select min(fld1),max(fld1),count(*) from t2;
|
||||
min(fld1) max(fld1) count(*)
|
||||
0 1232609 1199
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue