diff options
author | mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-06-14 19:40:06 -0400 |
---|---|---|
committer | mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-06-14 19:40:06 -0400 |
commit | 67e6e8b423f127a38505b4d0c824bcb2d2d3ef03 (patch) | |
tree | 4f1188cdcb2492d9fed2bf13a8ae09e622ce161c /mysql-test/t/partition.test | |
parent | 8484ea8b047a7582910d86d14e26bcbe50aa595e (diff) | |
download | mariadb-git-67e6e8b423f127a38505b4d0c824bcb2d2d3ef03.tar.gz |
merge update
Diffstat (limited to 'mysql-test/t/partition.test')
-rw-r--r-- | mysql-test/t/partition.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/partition.test b/mysql-test/t/partition.test index 9b85d6e023e..f62bb2dcd01 100644 --- a/mysql-test/t/partition.test +++ b/mysql-test/t/partition.test @@ -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 |