You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
fix syscolumn maxvalue issue
This commit is contained in:
@ -35,6 +35,6 @@ create table if not exists syscolumn (`schema` varchar(128),
|
||||
distcount integer,
|
||||
nullcount integer,
|
||||
minvalue varchar(64),
|
||||
maxvalue varchar(64),
|
||||
`maxvalue` varchar(64),
|
||||
compressiontype integer,
|
||||
nextvalue bigint) engine=infinidb comment='SCHEMA SYNC ONLY';
|
||||
|
Reference in New Issue
Block a user