Commit 06b446da authored by unknown's avatar unknown

Mark deadcode for gcov

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