diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-18 14:08:17 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-18 14:08:17 +0200 |
commit | 421595c12e731bb50e6fe6f9985d950e023e4667 (patch) | |
tree | 3d0563b3a96cfaa7e8b9b687efcb6f1407f7f58b /configure.in | |
parent | 7803c4432cb392ad69dc292038118465c9616121 (diff) | |
download | mariadb-git-421595c12e731bb50e6fe6f9985d950e023e4667.tar.gz |
Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
was up to date.
Docs/manual.texi:
ChangeLog
configure.in:
Version number change
mysql-test/r/myisam.result:
Test of optimize table
mysql-test/t/myisam.test:
Test of optimize table
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 |