diff options
author | monty@donna.mysql.com <> | 2001-02-20 22:34:47 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-02-20 22:34:47 +0200 |
commit | 8e4968d9c727107dfd3621550d5cf2394d40bd57 (patch) | |
tree | f87e7ff2aa4e7016660a9275fe538c9ce99b6dfe /BUILD/compile-pentium-debug | |
parent | d25308e4dce3b0f40dbb04c9f26280139035c747 (diff) | |
download | mariadb-git-8e4968d9c727107dfd3621550d5cf2394d40bd57.tar.gz |
Added max_user_connections
Fixes for Innobase
Don't reset whole to-buffer in strxnmov
Diffstat (limited to 'BUILD/compile-pentium-debug')
-rwxr-xr-x | BUILD/compile-pentium-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug index 45305661806..85d06c77886 100755 --- a/BUILD/compile-pentium-debug +++ b/BUILD/compile-pentium-debug @@ -11,7 +11,7 @@ extra_configs="$pentium_configs $debug_configs" # Use the debug version if it exists if test -d /usr/local/BerkeleyDB-dbug/ then - extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-dbug/" + extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-dbug/ --with-innobase" fi . "$path/FINISH.sh" |