diff options
author | unknown <lenz@mysql.com> | 2002-11-18 11:40:55 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-11-18 11:40:55 +0100 |
commit | f5ddbac858550cdc4539d0ca2821247702b40afb (patch) | |
tree | e41fbccaaf9a54e7537691da3c558377ec464ea2 | |
parent | c717613b8dc6abca6cbeedfa7a359b2af8f1390d (diff) | |
download | mariadb-git-f5ddbac858550cdc4539d0ca2821247702b40afb.tar.gz |
- Tagged ChangeSet 1.1400.1.3 as "mysql-4.0.5"
- bumped up version number in configure.in
- fixed a typo in test-create.sh
BitKeeper/etc/ignore:
Added autom4te.cache/output.0 autom4te.cache/requests autom4te.cache/traces.0 bdb/dist/autom4te.cache/output.0 bdb/dist/autom4te.cache/requests bdb/dist/autom4te.cache/traces.0 innobase/autom4te.cache/output.0 innobase/autom4te.cache/requests innobase/autom4te.cache/traces.0 to the ignore list
configure.in:
- Bumped up version number to 4.0.6 now that 4.0.5 is tagged (4.0.6 is
now labelled "gamma", according to conversation with Monty)
sql-bench/test-create.sh:
- typo fixed
-rw-r--r-- | .bzrignore | 9 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | sql-bench/test-create.sh | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/.bzrignore b/.bzrignore index d1ea6c7d70e..da38498d824 100644 --- a/.bzrignore +++ b/.bzrignore @@ -497,3 +497,12 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +autom4te.cache/output.0 +autom4te.cache/requests +autom4te.cache/traces.0 +bdb/dist/autom4te.cache/output.0 +bdb/dist/autom4te.cache/requests +bdb/dist/autom4te.cache/traces.0 +innobase/autom4te.cache/output.0 +innobase/autom4te.cache/requests +innobase/autom4te.cache/traces.0 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 diff --git a/sql-bench/test-create.sh b/sql-bench/test-create.sh index 2853984e393..1e7d3841bb5 100644 --- a/sql-bench/test-create.sh +++ b/sql-bench/test-create.sh @@ -54,7 +54,7 @@ if ($opt_small_test) } -print "Testing the speed of creating and droping tables\n"; +print "Testing the speed of creating and dropping tables\n"; print "Testing with $max_tables tables and $opt_loop_count loop count\n\n"; #### |