From 8700c02daee78ef2550436e03f566f2fede1e781 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.fi" <> Date: Fri, 13 Apr 2001 12:25:12 +0300 Subject: Changed Innobase to Innodb Deleted a lot of old benchmark runs --- BUILD/compile-pentium-debug-max | 2 +- BUILD/compile-pentium-max | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD') 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" diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max index 2f63ebe13c0..5fb4c1f89d2 100644 --- a/BUILD/compile-pentium-max +++ b/BUILD/compile-pentium-max @@ -7,6 +7,6 @@ extra_flags="$pentium_cflags $fast_cflags" extra_configs="$pentium_configs" strip=yes -extra_configs="$extra_configs --with-innobase --with-berkeley-db" +extra_configs="$extra_configs --with-innodb --with-berkeley-db" . "$path/FINISH.sh" -- cgit v1.2.1