1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge branch '10.0' into 10.1

This commit is contained in:
Sergei Golubchik
2015-12-21 21:24:22 +01:00
3462 changed files with 634342 additions and 220599 deletions

View File

@ -1831,7 +1831,6 @@ static void plugin_load(MEM_ROOT *tmp_root)
table->m_needs_reopen= TRUE; // Force close to free memory
close_mysql_tables(new_thd);
end:
/* Remember that we don't have a THD */
delete new_thd;
DBUG_VOID_RETURN;
}