Commit ecc9832c authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

fixed typo

parent 96ebe381
......@@ -301,7 +301,8 @@ void THD::add_changed_table(TABLE *table)
DBUG_ASSERT((options & (OPTION_NOT_AUTOCOMMIT | OPTION_BEGIN)) &&
table->file->has_transactions());
DBUG_RETURN(add_changed_table(table->table_cache_key, table->key_length));
add_changed_table(table->table_cache_key, table->key_length);
DBUG_VOID_RETURN;
}
void THD::add_changed_table(const char *key, long key_length)
......
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