Bug #26565 Test case 'flush2' and 'log_state' fails on Mac OS X 10.4 PPC 32 bit
Submitted: 22 Feb 2007 11:04 Modified: 29 Mar 2007 15:04
Reporter: Kent Boortz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version:5.1.16 OS:
Assigned to: Magnus Blåudd CPU Architecture:Any

[22 Feb 2007 11:04] Kent Boortz
Description:
Test case fails with

*** r/flush2.result     Thu Feb 22 04:09:36 2007
--- r/flush2.reject     Thu Feb 22 05:08:27 2007
***************
*** 9,15 ****
  log_output    TABLE
  log_queries_not_using_indexes OFF
  log_slave_updates     OFF
! log_slow_queries      OFF
  log_warnings  1
  flush logs;
  show variables like 'log%';
--- 9,15 ----
  log_output    TABLE
  log_queries_not_using_indexes OFF
  log_slave_updates     OFF
! log_slow_queries      ON
  log_warnings  1
  flush logs;
  show variables like 'log%';
***************
*** 21,26 ****
  log_output    TABLE
  log_queries_not_using_indexes OFF
  log_slave_updates     OFF
! log_slow_queries      OFF
  log_warnings  1
  set global expire_logs_days = 0;
--- 21,26 ----
  log_output    TABLE
  log_queries_not_using_indexes OFF
  log_slave_updates     OFF
! log_slow_queries      ON
  log_warnings  1
  set global expire_logs_days = 0;

How to repeat:
Run the test case on the specified platform
[22 Feb 2007 11:06] Kent Boortz
Same problem with test 'log_state', shows
"log_slow_queries ON"
[29 Mar 2007 15:04] Magnus Blåudd
Fixed by patch for Bug#26538  "Test "flush2" fails in embedded run"