diff options
author | monty@donna.mysql.com <> | 2000-08-31 17:25:30 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-31 17:25:30 +0300 |
commit | 91033f872c82ade18f6e44f88628f8712fe65892 (patch) | |
tree | 20cdc22382843d7f3d6ac921a4a5b15104a081e9 /sql/table.cc | |
parent | b637e10db70098c24858d3b8e698441a1639fe16 (diff) | |
download | mariadb-git-91033f872c82ade18f6e44f88628f8712fe65892.tar.gz |
Update to get 3.23.23 to compile
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc index 82ad1f13606..5917244a4f3 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -543,7 +543,6 @@ int openfrm(const char *name, const char *alias, uint db_stat, uint prgflag, (void) outparam->file->close(); err_not_open: x_free((gptr) disk_buff); - delete crypted; VOID(my_close(file,MYF(MY_WME))); err_end: /* Here when no file */ |