Commit 4f579b8d authored by sergefp@mysql.com's avatar sergefp@mysql.com

Mark deadcode for gcov

parent 2e21c6e7
......@@ -129,8 +129,8 @@ handler *ha_heap::clone(MEM_ROOT *mem_root)
handler *new_handler= get_new_handler(table, mem_root, table->s->db_type);
if (new_handler && !new_handler->ha_open(file->s->name, table->db_stat,
HA_OPEN_IGNORE_IF_LOCKED))
return new_handler; /* purecov: inspected */
return NULL;
return new_handler;
return NULL; /* purecov: inspected */
}
......
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