Commit cb3dfd82 authored by monty@donna.mysql.fi's avatar monty@donna.mysql.fi

Changed --with-innobase-db to --with-innobase

Updated manual about INNOBASE and BDB
parent ce7181c8
...@@ -10,7 +10,7 @@ while test $# -gt 0 ...@@ -10,7 +10,7 @@ while test $# -gt 0
do do
case "$1" in case "$1" in
-c | --just-configure ) just_configure=1; shift ;; -c | --just-configure ) just_configure=1; shift ;;
-n | --just-print ) nonono=1; shift ;; -n | --just-print | --print ) nonono=1; shift ;;
-h | --help ) cat <<EOF; exit 0 ;; -h | --help ) cat <<EOF; exit 0 ;;
Usage: $0 [-h|-n] [configure-options] Usage: $0 [-h|-n] [configure-options]
-h, --help Show this help message. -h, --help Show this help message.
......
...@@ -12,6 +12,6 @@ if test -d /usr/local/BerkeleyDB-opt/ ...@@ -12,6 +12,6 @@ if test -d /usr/local/BerkeleyDB-opt/
then then
extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-opt/" extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-opt/"
fi fi
extra_configs="$extra_configs --with-innobase-db" extra_configs="$extra_configs --with-innobase"
. "$path/FINISH.sh" . "$path/FINISH.sh"
...@@ -13,6 +13,6 @@ if test -d /usr/local/BerkeleyDB-dbug/ ...@@ -13,6 +13,6 @@ if test -d /usr/local/BerkeleyDB-dbug/
then then
extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-dbug/" extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-dbug/"
fi fi
extra_configs="$extra_configs --with-innobase-db" extra_configs="$extra_configs --with-innobase"
. "$path/FINISH.sh" . "$path/FINISH.sh"
...@@ -64,7 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf ...@@ -64,7 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes $EXTRA_CONFIG \ --with-mit-threads=yes $EXTRA_CONFIG \
--enable-thread-safe-client \ --enable-thread-safe-client \
--with-berkeley-db \ --with-berkeley-db \
--with-innobase-db --with-innobase
gmake -j 2 gmake -j 2
......
This diff is collapsed.
...@@ -1161,7 +1161,7 @@ New value of ebp failed sanity check, terminating backtrace!\n"); ...@@ -1161,7 +1161,7 @@ New value of ebp failed sanity check, terminating backtrace!\n");
++frame_count; ++frame_count;
} }
fprintf(stderr, "Stack trace successful, tryint to get some variables.\n\ fprintf(stderr, "Stack trace successful, trying to get some variables.\n\
Some pointers may be invalid and cause the dump to abort...\n"); Some pointers may be invalid and cause the dump to abort...\n");
heap_start = __bss_start; heap_start = __bss_start;
heap_end = (char*)sbrk(0); heap_end = (char*)sbrk(0);
......
...@@ -162,7 +162,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ ...@@ -162,7 +162,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
--includedir=/usr/include \ --includedir=/usr/include \
--mandir=/usr/man \ --mandir=/usr/man \
--with-berkeley-db \ --with-berkeley-db \
--with-innobase-db \ --with-innobase \
--with-comment=\"Official MySQL-Max RPM\"; --with-comment=\"Official MySQL-Max RPM\";
# Add this for more debugging support # Add this for more debugging support
# --with-debug # --with-debug
......
...@@ -161,7 +161,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ ...@@ -161,7 +161,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
--includedir=/usr/include \ --includedir=/usr/include \
--mandir=/usr/man \ --mandir=/usr/man \
--without-berkeley-db \ --without-berkeley-db \
--without-innobase-db \ --without-innobase \
--with-comment=\"Official MySQL RPM\"; --with-comment=\"Official MySQL RPM\";
# Add this for more debugging support # Add this for more debugging support
# --with-debug # --with-debug
......
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