Commit d3a572b8 authored by lenz@mysql.com's avatar lenz@mysql.com

- 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
parent b4cc92a3
...@@ -497,3 +497,12 @@ vio/test-ssl ...@@ -497,3 +497,12 @@ vio/test-ssl
vio/test-sslclient vio/test-sslclient
vio/test-sslserver vio/test-sslserver
vio/viotest-ssl 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
...@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. ...@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(sql/mysqld.cc) AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line! # 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) AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10 PROTOCOL_VERSION=10
......
...@@ -54,7 +54,7 @@ if ($opt_small_test) ...@@ -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"; print "Testing with $max_tables tables and $opt_loop_count loop count\n\n";
#### ####
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment