diff options
author | unknown <monty@tik.mysql.fi> | 2002-03-05 17:38:16 +0200 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2002-03-05 17:38:16 +0200 |
commit | 748aac23cd6a1889ba1695289d7054d3d38e2b39 (patch) | |
tree | 4c30c14208ff66b6c3278246e096cfb9df057c36 /configure.in | |
parent | 6f38dfcc78b15203c236397b6d360b1cb2781d17 (diff) | |
download | mariadb-git-748aac23cd6a1889ba1695289d7054d3d38e2b39.tar.gz |
Corrected fix for not freed memory when using corrupted tables
Docs/manual.texi:
Changelog
configure.in:
Version change
sql/sql_base.cc:
Correct fix for not freed memory when using corrupted tables
sql/table.cc:
Correct fix for not freed memory when using corrupted tables
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 66cdb8d09c8..cf971463b69 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -AM_INIT_AUTOMAKE(mysql, 3.23.49a) +AM_INIT_AUTOMAKE(mysql, 3.23.50) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |