diff options
author | unknown <monty@mashka.mysql.fi> | 2003-11-18 18:54:27 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-11-18 18:54:27 +0200 |
commit | 84281294eab2441a118d2c1414c6d6e531e89c5b (patch) | |
tree | 21a08cbc0f6aecfbbbf13d5cac0d19bc67952322 /BUILD/compile-pentium-gcov | |
parent | cde9c4299b1f77abed719dbacb278030010760e6 (diff) | |
parent | c072804d51c2941a955747afc0dae802e8843845 (diff) | |
download | mariadb-git-84281294eab2441a118d2c1414c6d6e531e89c5b.tar.gz |
Merge with 4.0 tree
BitKeeper/etc/logging_ok:
auto-union
scripts/Makefile.am:
Auto merged
scripts/mysql_config.sh:
Auto merged
sql/mysqld.cc:
Auto merged
sql/sql_handler.cc:
Auto merged
BitKeeper/deleted/.del-mini_client.cc~8677895ec8169183:
Auto merged
BitKeeper/deleted/.del-mysql_fix_privilege_tables.sql:
Auto merged
BUILD/compile-pentium-gcov:
merge
myisam/mi_test2.c:
use original code
mysql-test/t/range.test:
Fixed comment
mysys/mf_keycache.c:
Fixed comments
Diffstat (limited to 'BUILD/compile-pentium-gcov')
-rwxr-xr-x | BUILD/compile-pentium-gcov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index dc4ddcb1090..05cb0bb0d78 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage -fmessage-length=0 " +extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage" extra_configs="$pentium_configs $debug_configs --disable-shared $static_link" extra_configs="$extra_configs --with-innodb --with-berkeley-db" |