Bug #26538 Test "flush2" fails in embedded run
Submitted: 21 Feb 2007 19:00 Modified: 17 Mar 2007 20:17
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1.17 OS:Any (all)
Assigned to: Alexey Botchkov CPU Architecture:Any

[21 Feb 2007 19:00] Joerg Bruehe
Description:
Test "flush2" fails when the test suite is run in embedded mode:

-------------------------------------------------------
*** r/flush2.result	2007-02-21 18:23:37.000000000 +0300
--- r/flush2.reject	2007-02-21 19:28:27.000000000 +0300
***************
*** 8,14 ****
  log_error	
  log_output	TABLE
  log_queries_not_using_indexes	OFF
- log_slave_updates	OFF
  log_slow_queries	OFF
  log_warnings	1
  flush logs;
--- 8,13 ----
***************
*** 20,26 ****
  log_error	
  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;
--- 19,24 ----
-------------------------------------------------------

How to repeat:
Run the tests "embedded".
[4 Mar 2007 22:09] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/21102

ChangeSet@1.2436, 2007-03-05 02:09:24+04:00, holyfoot@mysql.com +2 -0
  bug #26538 (flush2.test fails in embedded run)
  
  in the embedded result we don't have 'log_slave_updates OFF' line
  as replication is disabled in the embedded server.
  As we don't need to check for log_slave_updates variable in this
  test, we can not to SHOW it at all
[17 Mar 2007 18:05] Alexey Botchkov
Pushed in 5.1.17
[17 Mar 2007 20:17] Paul DuBois
Test case change only. No changelog entry needed.