summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-11-18 14:08:17 +0200
committermonty@hundin.mysql.fi <>2001-11-18 14:08:17 +0200
commitfb1f8c4f0a6f5df43d033b52d8d804cd540cb43c (patch)
tree3d0563b3a96cfaa7e8b9b687efcb6f1407f7f58b /configure.in
parent7c7795210610cecb632aedaf432cae3e5cb344fb (diff)
downloadmariadb-git-fb1f8c4f0a6f5df43d033b52d8d804cd540cb43c.tar.gz
Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
was up to date.
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 6709c6be0fa..bccc323b7bd 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.44)
+AM_INIT_AUTOMAKE(mysql, 3.23.45)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10