merge update

mysql-test/t/partition.test:
  merge error
This commit is contained in:
unknown 2006-06-14 19:40:06 -04:00
commit 4414b56d85
5 changed files with 29 additions and 17 deletions

View file

@ -36,6 +36,7 @@ insert into t1 values (0xFFFFFFFFFFFFFFFD);
insert into t1 values (0xFFFFFFFFFFFFFFFE);
select * from t1 where (a + 1) < 10;
select * from t1 where (a + 1) > 10;
drop table t1;
#
# Bug 19307: CSV engine crashes