diff options
author | monty@hundin.mysql.fi <> | 2001-11-18 14:08:17 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-18 14:08:17 +0200 |
commit | fb1f8c4f0a6f5df43d033b52d8d804cd540cb43c (patch) | |
tree | 3d0563b3a96cfaa7e8b9b687efcb6f1407f7f58b /configure.in | |
parent | 7c7795210610cecb632aedaf432cae3e5cb344fb (diff) | |
download | mariadb-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.in | 2 |
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 |