#At file:///net/fimafeng09/export/home/tmp/oleja/mysql/mysql-5.1-telco-7.0-spj/ based on revid:ole.john.aske@stripped
3228 Ole John Aske 2010-10-21
Updated 'main.partitions' testcase after http://lists.mysql.com/commits/121334
As resultset wo/ explicit 'order by' is no longer implicit sorted, a '--sorted_result' should be
added to testcase which makes assumptions about the result being sorted.
modified:
mysql-test/t/partition.test
=== modified file 'mysql-test/t/partition.test'
--- a/mysql-test/t/partition.test 2010-03-22 12:30:27 +0000
+++ b/mysql-test/t/partition.test 2010-10-21 07:23:57 +0000
@@ -1556,9 +1556,11 @@ partitions 10;
show create table t1;
insert into t1 values (18446744073709551615), (0xFFFFFFFFFFFFFFFE),
(18446744073709551613), (18446744073709551612);
+--sorted_result
select * from t1;
select * from t1 where a = 18446744073709551615;
delete from t1 where a = 18446744073709551615;
+--sorted_result
select * from t1;
drop table t1;
Attachment: [text/bzr-bundle] bzr/ole.john.aske@oracle.com-20101021072357-ox2nq9t51m89t9l7.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0-spj branch (ole.john.aske:3228) | Ole John Aske | 21 Oct |