Commit f9eb1ce3 authored by unknown's avatar unknown

Fix incorrect DBUG_ASSERT().

parent 090307f7
......@@ -9210,7 +9210,7 @@ int Rows_log_event::find_key()
KEY *key, *best_key;
ulong best_rec_per_key, tmp;
DBUG_ENTER("Rows_log_event::find_key");
DBUG_ASSERT(m_table && m_table->in_use != NULL);
DBUG_ASSERT(m_table);
best_key_nr= MAX_KEY;
LINT_INIT(best_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