Update to get 3.23.23 to compile

acconfig.h:
  Added better detection of compress
acinclude.m4:
  Added better detection of compress
configure.in:
  Added better detection of compress
include/my_pthread.h:
  Fixed wrong prototype
mysys/my_pthread.c:
  Added cast (for portability)
scripts/make_binary_distribution.sh:
  Added missing conversion
sql-bench/compare-results.sh:
  Update for new web site
sql/table.cc:
  Removed extra free
This commit is contained in:
unknown 2000-08-31 17:25:30 +03:00
commit ae172fdcc0
8 changed files with 30 additions and 16 deletions

View file

@ -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 */