diff options
author | unknown <sergefp@mysql.com> | 2007-07-18 00:29:25 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2007-07-18 00:29:25 +0400 |
commit | 043f697aeecf0731fcc4e65263287b2953df6ee3 (patch) | |
tree | eba55d9e1db5662147b52a75053046bf6529438d /sql/ha_heap.cc | |
parent | 2679e53a73f2dbc51326d3cf59fcca7bc933a8da (diff) | |
download | mariadb-git-043f697aeecf0731fcc4e65263287b2953df6ee3.tar.gz |
Mark deadcode for gcov
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r-- | sql/ha_heap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc index 62e6d0c47ee..9ebc5aecde2 100644 --- a/sql/ha_heap.cc +++ b/sql/ha_heap.cc @@ -129,7 +129,7 @@ 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; + return new_handler; /* purecov: inspected */ return NULL; } |