Bug #37765 main.log_output_func randomly fails with result mismatch
Submitted: 1 Jul 2008 14:31 Modified: 6 Jul 2008 15:36
Reporter: Alexander Nozdrin Email Updates:
Status: Duplicate Impact on me:
None 
Category:Tests Severity:S7 (Test Cases)
Version:6.0-BK OS:Any
Assigned to: CPU Architecture:Any
Tags: pushbuild, sporadic, test failure

[1 Jul 2008 14:31] Alexander Nozdrin
Description:
Symptoms:
--------------------------------------------------------------------
@@ -36,7 +36,7 @@
 abc
 SELECT count(*) from mysql.general_log;
 count(*)
-5
+6
 'Bug#35371: Changing general_log file is crashing server'
 'SET @@global.general_log_file = @log_file;'
 SET @@global.log_output = 'FILE';
--------------------------------------------------------------------

It fails on different platforms (sol10-sparc-a, debx86),
in different modes (n_mix, ps_row)

How to repeat:
https://intranet.mysql.com/secure/pushbuild/xref.pl?testname=main.log_output_func
[6 Jul 2008 15:36] Sven Sandberg
duplicate of BUG#37766