Commit 01cd2b55 authored by unknown's avatar unknown

WL#3527 : inspected a 5.1 covarage report


sql/item.cc:
  WL#3527 : inspected a covarage report
parent 6fa5f01c
......@@ -3907,7 +3907,9 @@ bool Item_field::fix_fields(THD *thd, Item **reference)
{
/* First usage of column */
table->used_fields++; // Used to optimize loops
/* purecov: begin inspected */
table->covering_keys.intersect(field->part_of_key);
/* purecov: end */
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment