------------------------------------------------------------
revno: 2655
revision-id: davi@stripped
parent: davi@stripped
parent: sven@stripped
committer: Davi Arnaut <davi@stripped>
branch nick: 37003-5.1
timestamp: Tue 2008-05-27 12:47:12 -0300
message:
Merge.
modified:
mysql-test/suite/rpl/r/rpl_slave_status.result
sp1f-rpl_slave_status.res-20050729010733-s3lzb3iemutgv2ailvyfmsce2ygry5m3
mysql-test/suite/rpl/t/rpl_slave_status.test
sp1f-rpl_slave_status.tes-20050729011045-rnv2rndnge76rklrsjgbc5xgfmlmc6xx
------------------------------------------------------------
revno: 2653.1.1
revision-id: sven@stripped
parent: chad@stripped
committer: Sven Sandberg <sven@stripped>
branch nick: 5.1-bugteam
timestamp: Mon 2008-05-26 15:06:49 +0200
message:
BUG#36826: rpl_slave_status fails sporadically in pushbuild
rpl_slave_status failed on pushbuild. The slave stopped with an
error. Adding sync_slave_with_master fixes the problem. Updated
test case.
modified:
mysql-test/suite/rpl/r/rpl_slave_status.result
sp1f-rpl_slave_status.res-20050729010733-s3lzb3iemutgv2ailvyfmsce2ygry5m3
mysql-test/suite/rpl/t/rpl_slave_status.test
sp1f-rpl_slave_status.tes-20050729011045-rnv2rndnge76rklrsjgbc5xgfmlmc6xx
=== added file 'BUILD/compile-pentium-valgrind-max-no-ndb'
--- a/BUILD/compile-pentium-valgrind-max-no-ndb 1970-01-01 00:00:00 +0000
+++ b/BUILD/compile-pentium-valgrind-max-no-ndb 2008-05-27 15:35:35 +0000
@@ -0,0 +1,24 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
+extra_configs="$pentium_configs $debug_configs $max_no_ndb_configs"
+
+. "$path/FINISH.sh"
+
+if test -z "$just_print"
+then
+ set +v +x
+ echo "\
+******************************************************************************
+Note that by default BUILD/compile-pentium-valgrind-max calls 'configure' with
+--enable-assembler. When Valgrind detects an error involving an assembly
+function (for example an uninitialized value used as an argument of an
+assembly function), Valgrind will not print the stacktrace and 'valgrind
+--gdb-attach=yes' will not work either. If you need a stacktrace in those
+cases, you have to run BUILD/compile-pentium-valgrind-max with the
+--disable-assembler argument.
+******************************************************************************"
+fi
| Thread |
|---|
| • push into mysql-5.1 branch (davi:2655) Bug#36826 | Davi Arnaut | 27 May |