1
0
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:
Gagan Goel
2020-03-05 02:26:58 +00:00
parent 7558171ee1
commit b5373d227a
3 changed files with 8 additions and 3 deletions

View File

@ -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)
{