1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge fixes

This commit is contained in:
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
2006-06-14 22:37:20 -04:00
parent d02f358a11
commit 3e0cfd1ba1
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ select * from t1 where (a + 1) > 10;
a
18446744073709551613
18446744073709551614
drop table t1;
create table t1 (a int)
engine = csv
partition by list (a)