You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-5021 For the DELETE operation, empty magic values are only
written to database files for AUX column. Perform read-only operation for other columns in the table to update the Casual Partitioning information.
This commit is contained in:
@@ -92,7 +92,7 @@ int ColumnOpBulk::blocksInFile(IDBDataFile*) const
|
||||
//------------------------------------------------------------------------------
|
||||
// Stub for readBlock
|
||||
//------------------------------------------------------------------------------
|
||||
int ColumnOpBulk::readBlock(IDBDataFile*, unsigned char*, const uint64_t)
|
||||
int ColumnOpBulk::readBlock(IDBDataFile*, unsigned char*, const uint64_t, bool)
|
||||
{
|
||||
throw std::logic_error("Unauthorized use of ColumnOpBulk::readBlock");
|
||||
|
||||
|
Reference in New Issue
Block a user