diff options
Diffstat (limited to 'sql/ha_archive.cc')
-rw-r--r-- | sql/ha_archive.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_archive.cc b/sql/ha_archive.cc index 6cfb29537a2..dfc01d01a80 100644 --- a/sql/ha_archive.cc +++ b/sql/ha_archive.cc @@ -591,8 +591,6 @@ int ha_archive::create(const char *name, TABLE *table_arg, goto error2; } - my_close(create_file, MYF(0)); - DBUG_RETURN(0); error3: |