diff options
author | monty@donna.mysql.com <> | 2000-12-27 03:31:06 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-27 03:31:06 +0200 |
commit | 361067e9150f7fa57d5b2ac722ed55df9c14cc53 (patch) | |
tree | 98ed8596cd2fca2adf236423b157ecc4e296bce2 /configure.in | |
parent | 988a98c39315c53d47e28b79ef88f0a0b7ac4287 (diff) | |
download | mariadb-git-361067e9150f7fa57d5b2ac722ed55df9c14cc53.tar.gz |
Extended mysqltest with --commands and 'require'
Fixed test results.
Added mysqld variable 'have_isam'
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 9731b4f3f5f..bb39772af1b 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.29a-gamma) +AM_INIT_AUTOMAKE(mysql, 3.23.30-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |