You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-5021 Add prototype support for the AUX column in CREATE/DROP
DDL commands, single and multi-value INSERTs, cpimport, and DELETE.
This commit is contained in:
@ -16,7 +16,8 @@ create table if not exists systable (tablename varchar(128),
|
||||
numofrows int,
|
||||
avgrowlen int,
|
||||
numofblocks int,
|
||||
autoincrement int) engine=columnstore comment='SCHEMA SYNC ONLY';
|
||||
autoincrement int,
|
||||
auxcolumnoid int not null default 0) engine=columnstore comment='SCHEMA SYNC ONLY';
|
||||
|
||||
-- SYSCOLUMN
|
||||
create table if not exists syscolumn (`schema` varchar(128),
|
||||
|
Reference in New Issue
Block a user