mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-7144 Warnings "bytes lost" during server shutdown after running connect.part_file test in buildbot
This commit is contained in:
@ -603,7 +603,10 @@ int mysql_update(THD *thd,
|
||||
if (query_plan.index == MAX_KEY || (select && select->quick))
|
||||
{
|
||||
if (init_read_record(&info, thd, table, select, 0, 1, FALSE))
|
||||
{
|
||||
close_cached_file(&tempfile);
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
else
|
||||
init_read_record_idx(&info, thd, table, 1, query_plan.index, reverse);
|
||||
|
Reference in New Issue
Block a user