mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.0 into 10.1
This commit is contained in:
@ -701,6 +701,8 @@ int mysql_update(THD *thd,
|
||||
if (reinit_io_cache(&tempfile,READ_CACHE,0L,0,0))
|
||||
error=1; /* purecov: inspected */
|
||||
select->file=tempfile; // Read row ptrs from this file
|
||||
// select->file was copied, update self-references.
|
||||
setup_io_cache(&select->file);
|
||||
if (error >= 0)
|
||||
goto err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user