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
MCOL-5021 Disallow the following ALTER TABLE ADD COLUMN statement:
ALTER TABLE calpontsys.systable ADD COLUMN (auxcolumnoid INT NOT NULL DEFAULT 0);
This commit is contained in:
@ -1162,7 +1162,6 @@ int DictScanJob::operator()()
|
||||
|
||||
loadBlock(cmd->LBID, verInfo, cmd->Hdr.TransactionID, cmd->CompType, data, &wasBlockInCache,
|
||||
&blocksRead, fLBIDTraceOn, session);
|
||||
// TODO MCOL-5021
|
||||
pproc.setBlockPtr((int*)data);
|
||||
pproc.p_TokenByScan(cmd, output, output_buf_size, eqFilter);
|
||||
|
||||
|
Reference in New Issue
Block a user