mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Post-merge fix.
This commit is contained in:
@ -1656,7 +1656,7 @@ int multi_update::do_updates(bool from_send_error)
|
||||
{
|
||||
if((local_error=
|
||||
tbl->file->rnd_pos(tbl->record[0],
|
||||
(byte *) tmp_table->field[field_num]->ptr)))
|
||||
(uchar *) tmp_table->field[field_num]->ptr)))
|
||||
goto err;
|
||||
field_num++;
|
||||
} while((tbl= check_opt_it++));
|
||||
|
Reference in New Issue
Block a user