mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
WL#3527 : inspected a 5.1 covarage report
This commit is contained in:
parent
03df3bf6db
commit
31b636c041
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue