summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/custom_aggregates_i_s.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/custom_aggregates_i_s.result')
-rw-r--r--mysql-test/main/custom_aggregates_i_s.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/custom_aggregates_i_s.result b/mysql-test/main/custom_aggregates_i_s.result
index cb98aee3..2a19e9f7 100644
--- a/mysql-test/main/custom_aggregates_i_s.result
+++ b/mysql-test/main/custom_aggregates_i_s.result
@@ -39,7 +39,7 @@ explain
select * from t1, (select f1(sal) as a from t1 where id>= 1) q where q.a=t1.sal;
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 ALL NULL NULL NULL NULL 3 Using where
-1 PRIMARY <derived2> ref key0 key0 5 test.t1.sal 2
+1 PRIMARY <derived2> ref key0 key0 5 test.t1.sal 1
2 DERIVED t1 ALL NULL NULL NULL NULL 3 Using where
show status like "%custom_aggregate%";
Variable_name Value