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-2276 Fix
This commit is contained in:
@ -1115,7 +1115,7 @@ int Dctnry::insertDctnry(const int& sgnature_size,
|
||||
for (i = m_lastFbo; i < m_numBlocks; i++)
|
||||
{
|
||||
// @bug 3960: Add MAX_OP_COUNT check to handle case after bulk rollback
|
||||
if ( ((m_freeSpace >= (size + m_totalHdrBytes)) ||
|
||||
if ( ((m_freeSpace >= size) ||
|
||||
((size > 8176) && (m_freeSpace > m_totalHdrBytes))) &&
|
||||
(m_curOp < (MAX_OP_COUNT - 1)) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user