mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
After merge fixes
This commit is contained in:
@ -108,7 +108,7 @@ int mysql_ha_close(THD *thd, TABLE_LIST *tables,
|
||||
!no_alias, dont_lock, &was_flushed);
|
||||
if (*table_ptr)
|
||||
{
|
||||
(*ptr)->file->ha_index_or_rnd_end();
|
||||
(*table_ptr)->file->ha_index_or_rnd_end();
|
||||
if (!dont_lock)
|
||||
VOID(pthread_mutex_lock(&LOCK_open));
|
||||
if (close_thread_table(thd, table_ptr))
|
||||
|
Reference in New Issue
Block a user