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-3777 Cleanup left-over values from a previously failed insert.
This commit is contained in:
@ -351,7 +351,7 @@ int ha_mcs::write_row(const uchar* buf)
|
||||
int rc;
|
||||
try
|
||||
{
|
||||
rc = ha_mcs_impl_write_row(buf, table);
|
||||
rc = ha_mcs_impl_write_row(buf, table, rows_changed);
|
||||
}
|
||||
catch (std::runtime_error& e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user