mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
This commit is contained in:
commit
a30d0261ae
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue