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-769 Add autocommit to condition
This commit is contained in:
@ -1177,7 +1177,7 @@ timer.stop("allocRowId");
|
||||
//--------------------------------------------------------------------------
|
||||
// Tokenize data if needed
|
||||
//--------------------------------------------------------------------------
|
||||
if (insertSelect)
|
||||
if (insertSelect && isAutoCommitOn)
|
||||
BRMWrapper::setUseVb( false );
|
||||
else
|
||||
BRMWrapper::setUseVb( true );
|
||||
@ -1285,7 +1285,7 @@ timer.stop("tokenize");
|
||||
}
|
||||
}
|
||||
}
|
||||
if (insertSelect)
|
||||
if (insertSelect && isAutoCommitOn)
|
||||
BRMWrapper::setUseVb( false );
|
||||
else
|
||||
BRMWrapper::setUseVb( true );
|
||||
|
Reference in New Issue
Block a user