Commit 9bca4c0f authored by Nikita Malyavin's avatar Nikita Malyavin

fix build

parent f5b63e1d
......@@ -7073,7 +7073,7 @@ uint Rows_log_event::find_key_parts(const KEY *key) const
const bool online_alter= tl->m_online_alter_copy_fields;
uint p;
if (!m_table->s->keys_in_use.is_set(key - m_table->key_info))
if (!m_table->s->keys_in_use.is_set(uint(key - m_table->key_info)))
return 0;
if (!online_alter)
......
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