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

Fixed a bug in merge.

This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2006-01-12 20:49:47 +02:00
parent 8f3645e6f0
commit 4d59111a1c

View File

@ -426,9 +426,7 @@ bool mysql_ha_read(THD *thd, TABLE_LIST *tables,
{ {
if (table->query_id != thd->query_id) if (table->query_id != thd->query_id)
cond->cleanup(); // File was reopened cond->cleanup(); // File was reopened
if ((!cond->fixed && goto err0;
cond->fix_fields(thd, tables, &cond)) || cond->check_cols(1))
goto err0;
} }
if (keyname) if (keyname)