summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.fi>2002-03-05 17:38:16 +0200
committerunknown <monty@tik.mysql.fi>2002-03-05 17:38:16 +0200
commit39cdb786fd7db97399fff788df7547f5be73b132 (patch)
tree4c30c14208ff66b6c3278246e096cfb9df057c36 /configure.in
parentbceab09f00a9c8e03e53eb1a023e9797eaf1ef60 (diff)
downloadmariadb-git-39cdb786fd7db97399fff788df7547f5be73b132.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.in2
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