mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge fixes
This commit is contained in:

parent
d02f358a11
commit
3e0cfd1ba1
@ -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)
|
||||
|
Reference in New Issue
Block a user