diff options
author | monty@hundin.mysql.fi <> | 2001-11-26 02:16:38 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-26 02:16:38 +0200 |
commit | 5738117970c8007fd9db6143e874e896ae913cfa (patch) | |
tree | 1f8e0f608f035ad5906f6ea2dbbb3006ea2703bd /configure.in | |
parent | a2a838f88769dea90a0ba5a7196057eec6ca8c11 (diff) | |
download | mariadb-git-5738117970c8007fd9db6143e874e896ae913cfa.tar.gz |
Fix race condition in ANALYZE TABLE.
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB 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 bccc323b7bd..4149b0ab5c9 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.45) +AM_INIT_AUTOMAKE(mysql, 3.23.46) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |