diff options
author | monty@donna.mysql.fi <> | 2001-04-13 16:21:38 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-13 16:21:38 +0300 |
commit | b897f84d74ef1d6a057837f8ba850826a2f5d3c2 (patch) | |
tree | d5bf5dce34ab694fbf5f6372332cd9a4226fe04c /Build-tools | |
parent | 46839ed2f225193b0aaa6386312fca90b1453bb5 (diff) | |
download | mariadb-git-b897f84d74ef1d6a057837f8ba850826a2f5d3c2.tar.gz |
Changes to get mysqld-max to compile
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index c3c0f4a6bf8..ccd437a3b7e 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -56,7 +56,7 @@ aclocal; autoheader; aclocal; automake; autoconf (cd bdb/dist && sh s_all) (cd innobase && aclocal && autoheader && aclocal && automake && autoconf) -# A normal user starts here. We must use mit-threads, bdb and innobase. +# A normal user starts here. We must use mit-threads, bdb and innodb. # Otherwise they do not end up in the distribution. ./configure \ --with-unix-socket-path=/var/tmp/mysql.sock \ @@ -64,7 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf --with-mit-threads=yes $EXTRA_CONFIG \ --enable-thread-safe-client \ --with-berkeley-db \ - --with-innobase + --with-innodb gmake -j 2 |