summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/sql_handler.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index 3370a0a1957..e9e1e79daaf 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -426,9 +426,7 @@ bool mysql_ha_read(THD *thd, TABLE_LIST *tables,
{
if (table->query_id != thd->query_id)
cond->cleanup(); // File was reopened
- if ((!cond->fixed &&
- cond->fix_fields(thd, tables, &cond)) || cond->check_cols(1))
- goto err0;
+ goto err0;
}
if (keyname)