From 33ec68e127d515bc98be3ba0d9f88ec0d4e2b5f3 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Mar 2001 21:03:08 -0700 Subject: worked around gcc bug to make compile-pentium-gcov work increase coverage for table.cc in mysql_rm_table() ingore temporary gcov files fixed bug in replication test case BitKeeper/etc/ignore: added *.da BUILD/compile-pentium-gcov: do not build shared libraries - combination of -fPIC and the coverage flags triggers a bug in gcc, apparently - problem went away after adding --disable-shared mysql-test/t/flush.test: extra test to increase coverage of table.cc mysql-test/t/rpl000016.test: fixed bug in test case - insert may be concurrent, so we may read the table on the slave before the last insert becomes visible even when the master position is up to date if we do not lock it explicitly --- BUILD/compile-pentium-gcov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium-gcov') diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index 4cb4ddb8057..6b5c432e999 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -4,6 +4,6 @@ path=`dirname $0` . "$path/SETUP.sh" extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage" -extra_configs="$pentium_configs $debug_configs" +extra_configs="$pentium_configs $debug_configs --disable-shared" . "$path/FINISH.sh" -- cgit v1.2.1