diff options
author | unknown <lenz@mysql.com> | 2002-11-18 11:41:29 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-11-18 11:41:29 +0100 |
commit | 31de3a3a57c2e34b0182bf7b9017b782f475cc01 (patch) | |
tree | 31294038236afb17fc08b7f74823f5581c132500 | |
parent | 971db765336a86a314726ea2dbe2cb4acac80e79 (diff) | |
parent | f5ddbac858550cdc4539d0ca2821247702b40afb (diff) | |
download | mariadb-git-31de3a3a57c2e34b0182bf7b9017b782f475cc01.tar.gz |
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-build
BitKeeper/etc/ignore:
auto-union
sql-bench/test-create.sh:
Auto merged
-rw-r--r-- | .bzrignore | 15 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 13 insertions, 4 deletions
diff --git a/.bzrignore b/.bzrignore index 76725c4017e..066407445e2 100644 --- a/.bzrignore +++ b/.bzrignore @@ -73,6 +73,10 @@ Makefile.in' PENDING/* TAGS aclocal.m4 +autom4te.cache/* +autom4te.cache/output.0 +autom4te.cache/requests +autom4te.cache/traces.0 bdb/README bdb/btree/btree_auto.c bdb/build_unix/* @@ -110,6 +114,10 @@ bdb/build_win32/include.tcl bdb/build_win32/libdb.rc bdb/db/crdel_auto.c bdb/db/db_auto.c +bdb/dist/autom4te.cache/* +bdb/dist/autom4te.cache/output.0 +bdb/dist/autom4te.cache/requests +bdb/dist/autom4te.cache/traces.0 bdb/dist/config.hin bdb/dist/configure bdb/dist/tags @@ -208,6 +216,10 @@ include/my_config.h include/my_global.h include/mysql_version.h include/widec.h +innobase/autom4te.cache/* +innobase/autom4te.cache/output.0 +innobase/autom4te.cache/requests +innobase/autom4te.cache/traces.0 innobase/conftest.s1 innobase/conftest.subs innobase/ib_config.h @@ -497,6 +509,3 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl -autom4te.cache/* -bdb/dist/autom4te.cache/* -innobase/autom4te.cache/* diff --git a/configure.in b/configure.in index 1bbb9fc68c5..4f574f30f97 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, 4.0.5-beta) +AM_INIT_AUTOMAKE(mysql, 4.0.6-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |