mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Fixing a compilation issue.
This commit is contained in:
parent
35a05a6008
commit
d5d53d1902
1 changed files with 1 additions and 1 deletions
|
|
@ -2038,7 +2038,7 @@ int multi_update::do_updates()
|
||||||
org_updated= updated;
|
org_updated= updated;
|
||||||
tmp_table= tmp_tables[cur_table->shared];
|
tmp_table= tmp_tables[cur_table->shared];
|
||||||
tmp_table->file->extra(HA_EXTRA_CACHE); // Change to read cache
|
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;
|
goto err;
|
||||||
table->file->extra(HA_EXTRA_NO_CACHE);
|
table->file->extra(HA_EXTRA_NO_CACHE);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue