mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '11.0' into 10.1
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
#include "lf.h"
|
||||
#include "table.h"
|
||||
#include "sql_base.h"
|
||||
#include "sql_statistics.h"
|
||||
|
||||
|
||||
/** Configuration. */
|
||||
@@ -787,7 +786,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