mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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)
|
if (!key_tuple_length)
|
||||||
{
|
{
|
||||||
/* This only happens when we've just started filling the buffer */
|
/* 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);
|
setup_buffer_sizes(&cur_range.start_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user