Changed Innobase to Innodb

Deleted a lot of old benchmark runs
This commit is contained in:
monty@donna.mysql.fi 2001-04-13 12:25:12 +03:00
commit 8700c02dae
92 changed files with 705 additions and 1951 deletions

View file

@ -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"