diff options
author | unknown <msvensson@neptunus.(none)> | 2005-04-12 14:51:03 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-04-12 14:51:03 +0200 |
commit | 31ae09fcea3326f1c864c5f0e50f8f9727ce5d33 (patch) | |
tree | c5b86e63193ae9094d2585357ab69f45d2aa2662 /mysql-test/t/heap.test | |
parent | 3135c9c01b4ff62ba06bb6d0ab286f25e9ba7087 (diff) | |
parent | d1cf60d198db6703b66fb180b1ee3938862dabe1 (diff) | |
download | mariadb-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.test | 2 |
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; |