1
0
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:
igor@olga.mysql.com
2007-05-31 23:31:59 -07:00
parent d460dc700a
commit a24a38df75
3 changed files with 3 additions and 3 deletions

View File

@ -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++));