mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -2585,7 +2585,7 @@ int multi_update::do_updates()
|
||||
check_opt_it.rewind();
|
||||
while(TABLE *tbl= check_opt_it++)
|
||||
{
|
||||
if (unlikely((local_error= tbl->file->ha_rnd_init(1))))
|
||||
if (unlikely((local_error= tbl->file->ha_rnd_init(0))))
|
||||
{
|
||||
err_table= tbl;
|
||||
goto err;
|
||||
|
Reference in New Issue
Block a user