mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -50,7 +50,6 @@
|
||||
#include "lf.h"
|
||||
#include "table.h"
|
||||
#include "sql_base.h"
|
||||
#include "sql_statistics.h"
|
||||
|
||||
|
||||
/** Configuration. */
|
||||
@ -973,7 +972,6 @@ void tdc_release_share(TABLE_SHARE *share)
|
||||
}
|
||||
if (share->tdc->flushed || tdc_records() > tdc_size)
|
||||
{
|
||||
delete_stat_values_for_table_share(share);
|
||||
mysql_mutex_unlock(&LOCK_unused_shares);
|
||||
tdc_delete_share_from_hash(share->tdc);
|
||||
DBUG_VOID_RETURN;
|
||||
|
Reference in New Issue
Block a user