mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
mysql-5.5.29 merge
This commit is contained in:
commit
d3935adf7a
94 changed files with 4301 additions and 321 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue