Bug #14183 "Embedded" tests cannot show log events
Submitted: 20 Oct 2005 14:24 Modified: 9 Nov 2005 4:03
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.15 OS:all Unix
Assigned to: Alexey Botchkov CPU Architecture:Any

[20 Oct 2005 14:24] Joerg Bruehe
Description:
Release build of 4.1.15, based on ChangeSet
  1.2484 05/10/10 00:21:10 kent@mysql.com +1 -0
  Makefile.am:
    Copy "disabled.def"

Test failure:
-------------------------------------------------------
*** r/ctype_cp932.result
--- r/ctype_cp932.reject
***************
*** 8582,8593
  SET @var1= x'8300';
  EXECUTE stmt1 USING @var1;
  SHOW BINLOG EVENTS FROM 79;
- Log_name      Pos     Event_type      Server_id       Orig_log_pos    Info
- master-bin.000001     #       Query   1       #       use `test`; SET ONE_SHOT CHARACTER_SET_CLIENT=95,COLLATION_CONNECTION=95,COLLATION_DATABASE=95,COLLATION_SERVER=8
- master-bin.000001     #       Query   1       #       use `test`; CREATE TABLE t1(f1 blob)
- master-bin.000001     #       Query   1       #       use `test`; SET ONE_SHOT CHARACTER_SET_CLIENT=95,COLLATION_CONNECTION=95,COLLATION_DATABASE=95,COLLATION_SERVER=8
- master-bin.000001     #       User var        1       #       @`var1`=_binary 0x8300 COLLATE binary
- master-bin.000001     #       Query   1       #       use `test`; INSERT INTO t1 VALUES(@'var1')
  SELECT HEX(f1) FROM t1;
  HEX(f1)
  8300
--- 8582,8587
-------------------------------------------------------
Same symptom on 31 platforms.

How to repeat:
Test suite failure.

Suggested fix:
Split the test into two parts, one general (running always) and one non-embedded (disabled for embedded tests).
[1 Nov 2005 9:03] 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/internals/31721
[1 Nov 2005 9:07] Alexander Barkov
Ok to push.
[9 Nov 2005 4:03] Paul DuBois
No changelog entry needed.