1
0
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:
Sergey Petrunya
2010-08-08 15:44:32 +04:00
parent 758b68a980
commit a2e29a83aa

View File

@ -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);
}