mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql-5.5.29 merge
This commit is contained in:
@@ -2241,11 +2241,16 @@ err:
|
||||
}
|
||||
|
||||
err2:
|
||||
(void) table->file->ha_rnd_end();
|
||||
(void) tmp_table->file->ha_rnd_end();
|
||||
if (table->file->inited)
|
||||
(void) table->file->ha_rnd_end();
|
||||
if (tmp_table->file->inited)
|
||||
(void) tmp_table->file->ha_rnd_end();
|
||||
check_opt_it.rewind();
|
||||
while (TABLE *tbl= check_opt_it++)
|
||||
tbl->file->ha_rnd_end();
|
||||
{
|
||||
if (tbl->file->inited)
|
||||
(void) tbl->file->ha_rnd_end();
|
||||
}
|
||||
|
||||
if (updated != org_updated)
|
||||
{
|
||||
|
Reference in New Issue
Block a user