summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug-max
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-13 12:25:12 +0300
committermonty@donna.mysql.fi <>2001-04-13 12:25:12 +0300
commit8700c02daee78ef2550436e03f566f2fede1e781 (patch)
tree02530227003cbf2654c49c4e87d12571dc055552 /BUILD/compile-pentium-debug-max
parent714431e3a67b3e10ac11e5ca322862415bc47dc0 (diff)
downloadmariadb-git-8700c02daee78ef2550436e03f566f2fede1e781.tar.gz
Changed Innobase to Innodb
Deleted a lot of old benchmark runs
Diffstat (limited to 'BUILD/compile-pentium-debug-max')
-rwxr-xr-xBUILD/compile-pentium-debug-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max
index 2800ace97c5..dc88bab62d3 100755
--- a/BUILD/compile-pentium-debug-max
+++ b/BUILD/compile-pentium-debug-max
@@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"
-extra_configs="$extra_configs --with-berkeley-db --with-innobase"
+extra_configs="$extra_configs --with-berkeley-db --with-innodb"
. "$path/FINISH.sh"