mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix incorrect DBUG_ASSERT().
This commit is contained in:
parent
a5b05b45f2
commit
79a8e5f61b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue