Fix incorrect DBUG_ASSERT().

This commit is contained in:
unknown 2011-01-26 14:25:34 +01:00
parent a5b05b45f2
commit 79a8e5f61b

View file

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