- Change buffer should not buffer the changes for uncommitted index
@ -3577,6 +3577,10 @@ ibuf_insert(
ulint zip_size,
que_thr_t* thr)
{
if (!index->is_committed()) {
return false;
}
dberr_t err;
ulint entry_size;
ibool no_counter;