1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Post-merge fix.

This commit is contained in:
unknown
2007-05-31 23:31:59 -07:00
parent 81ffede7fc
commit 77ea801dec
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++));