1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-04 21:02:13 +03:00

fix syscolumn maxvalue issue

This commit is contained in:
david hill 2016-02-18 09:48:51 -06:00
parent 359781f3bb
commit deb94b245e

View File

@ -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';