diff options
author | unknown <monty@donna.mysql.fi> | 2001-03-15 03:55:48 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-03-15 03:55:48 +0200 |
commit | 41ed01413fdfcfa8bec77c8ebd1a6850feb04463 (patch) | |
tree | 07b5e02de968248c9c9cf63912c2416cb016c45f /configure.in | |
parent | 68414519cb85f346fc04a169f390a33c46f0b0d0 (diff) | |
download | mariadb-git-41ed01413fdfcfa8bec77c8ebd1a6850feb04463.tar.gz |
Added fix for using variables with distinct
Docs/manual.texi:
Updated links
client/mysqltest.c:
Added 'ping' method
configure.in:
Upgraded version number
mysql-test/r/user_var.result:
Added test for using variables with distinct
mysql-test/t/kill.test:
Use 'ping' to force reconnect
mysql-test/t/user_var.test:
Added test for using variables with distinct
sql-bench/run-all-tests.sh:
Fixed argument passing
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 05392da9a61..6cacea83f36 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.34a) +AM_INIT_AUTOMAKE(mysql, 3.23.35) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |