Commit 6e330800 authored by unknown's avatar unknown

Merge gleb.loc:/home/uchum/work/bk/mysql-5.0-opt

into  gleb.loc:/home/uchum/work/bk/mysql-5.0-opt-28716

parents 6fa44b38 01f20504
...@@ -1529,8 +1529,9 @@ int multi_update::do_updates(bool from_send_error) ...@@ -1529,8 +1529,9 @@ int multi_update::do_updates(bool from_send_error)
uint field_num= 0; uint field_num= 0;
do do
{ {
if((local_error= tbl->file->rnd_pos(tbl->record[0], if((local_error=
tmp_table->field[field_num]->ptr))) tbl->file->rnd_pos(tbl->record[0],
(byte *) tmp_table->field[field_num]->ptr)))
goto err; goto err;
field_num++; field_num++;
} while((tbl= check_opt_it++)); } while((tbl= check_opt_it++));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment