mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/5.5' into 10.0
This commit is contained in:
@ -689,6 +689,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