mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
We can't check that assertion at the first iteration
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user