From e4bfb6f161b77a8c5801ba71b4ffd980066a1399 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 29 Feb 2012 21:55:04 +0100 Subject: pbxt suite is now a main-pbxt overlay --- mysql-test/t/bulk_replace.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/bulk_replace.test') diff --git a/mysql-test/t/bulk_replace.test b/mysql-test/t/bulk_replace.test index 4e567c43104..3c623909c56 100644 --- a/mysql-test/t/bulk_replace.test +++ b/mysql-test/t/bulk_replace.test @@ -7,6 +7,7 @@ drop table if exists t1; --enable_warnings CREATE TABLE t1 (a int, unique (a), b int not null, unique(b), c int not null, index(c)); replace into t1 values (1,1,1),(2,2,2),(3,1,3); +--sorted_result select * from t1; check table t1; drop table t1; -- cgit v1.2.1