mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
merge update
mysql-test/t/partition.test: merge error
This commit is contained in:
parent
7d119734ce
commit
4414b56d85
5 changed files with 29 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue