1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixed typo

This commit is contained in:
unknown
2002-09-19 20:10:06 +03:00
parent 8ff9e7089f
commit e4c26f854e

View File

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