1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixing a compilation issue.

This commit is contained in:
Annamalai Gurusami
2012-10-09 12:25:02 +05:30
parent 280e3e41a1
commit 1997639261

View File

@ -2038,7 +2038,7 @@ int multi_update::do_updates()
org_updated= updated;
tmp_table= tmp_tables[cur_table->shared];
tmp_table->file->extra(HA_EXTRA_CACHE); // Change to read cache
if (local_error= table->file->ha_rnd_init(0))
if ((local_error= table->file->ha_rnd_init(0)))
goto err;
table->file->extra(HA_EXTRA_NO_CACHE);