diff options
author | monty@donna.mysql.com <> | 2001-01-21 16:30:16 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-21 16:30:16 +0200 |
commit | 62771338ca94eee0dfd23a2d5c2fab0269ff1508 (patch) | |
tree | c772f489364087df96cf8f0582915a11ba82ae54 /configure.in | |
parent | efb0dad5a8889ea8f08fb4d9493e221b18a610e1 (diff) | |
download | mariadb-git-62771338ca94eee0dfd23a2d5c2fab0269ff1508.tar.gz |
Changes for --with-server-suffix
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
Changed MERGE tables to not use FILE
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 fe81a5a39ea..25872825498 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.31) +AM_INIT_AUTOMAKE(mysql, 3.23.32) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |