← Back to team overview

percona-discussion team mailing list archive

[Bug 381430] Re: mysql-test profiling fails on 5.0.77

 

** Branch linked: lp:percona-patches

-- 
mysql-test profiling fails on 5.0.77
https://bugs.launchpad.net/bugs/381430
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: New

Bug description:
The test profiling fails on 5.0.77

profiling                      [ fail ]

--- /home/buildbot/percona-patches/b_5_0_77_CentOS5_x86_64/mysql-5.0.77/mysql-test/r/profiling.result	2009-01-30 01:38:20.000000000 +0300
+++ /home/buildbot/percona-patches/b_5_0_77_CentOS5_x86_64/mysql-5.0.77/mysql-test/r/profiling.reject	2009-05-28 06:47:53.000000000 +0300
@@ -6,6 +6,8 @@
 Variable_name	Value
 profiling	OFF
 profiling_history_size	15
+profiling_server	OFF
+profiling_use_getrusage	OFF
 select @@profiling;
 @@profiling
 0
@@ -16,12 +18,16 @@
 Variable_name	Value
 profiling	OFF
 profiling_history_size	100
+profiling_server	OFF
+profiling_use_getrusage	OFF
 set session profiling = ON;
 set session profiling_history_size=30;
 show session variables like 'profil%';
 Variable_name	Value
 profiling	ON
 profiling_history_size	30
+profiling_server	OFF
+profiling_use_getrusage	OFF
 select @@profiling;
 @@profiling
 1

mysqltest: Result content mismatch



References