Commit a2e29a83 authored by Sergey Petrunya's avatar Sergey Petrunya

We can't check that assertion at the first iteration

parent 758b68a9
......@@ -830,7 +830,7 @@ void DsMrr_impl::dsmrr_fill_key_buffer()
if (!key_tuple_length)
{
/* This only happens when we've just started filling the buffer */
DBUG_ASSERT(key_buffer.used_size() == 0);
//DBUG_ASSERT(key_buffer.used_size() == 0);
setup_buffer_sizes(&cur_range.start_key);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment