summaryrefslogtreecommitdiff
path: root/mysql-test/t/heap.test
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-04-12 14:51:03 +0200
committerunknown <msvensson@neptunus.(none)>2005-04-12 14:51:03 +0200
commit31ae09fcea3326f1c864c5f0e50f8f9727ce5d33 (patch)
treec5b86e63193ae9094d2585357ab69f45d2aa2662 /mysql-test/t/heap.test
parent3135c9c01b4ff62ba06bb6d0ab286f25e9ba7087 (diff)
parentd1cf60d198db6703b66fb180b1ee3938862dabe1 (diff)
downloadmariadb-git-31ae09fcea3326f1c864c5f0e50f8f9727ce5d33.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.0 mysql-test/r/heap.result: Auto merged mysql-test/t/heap.test: Auto merged
Diffstat (limited to 'mysql-test/t/heap.test')
-rw-r--r--mysql-test/t/heap.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/heap.test b/mysql-test/t/heap.test
index ca4a8beb527..68a84e1c193 100644
--- a/mysql-test/t/heap.test
+++ b/mysql-test/t/heap.test
@@ -34,7 +34,7 @@ select * from t1;
drop table t1;
create table t1 (a int not null) engine=heap;
-insert into t1 values (869751),(736494),(226312),(802616);
+insert into t1 values (869751),(736494),(226312),(802616),(728912);
select * from t1 where a > 736494;
alter table t1 add unique uniq_id(a);
select * from t1 where a > 736494;