Bug #5064 SET GLOBAL SYNC_BINLOG does not work on some platforms
Submitted: 16 Aug 2004 16:46 Modified: 16 Aug 2004 17:07
Reporter: Guilhem Bichot Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 OS:MacOS (MacOSX)
Assigned to: Guilhem Bichot CPU Architecture:Any

[16 Aug 2004 16:46] Guilhem Bichot
Description:
SET GLOBAL SYNC_BINLOG=10;
SELECT @@GLOBAL.SYNC_BINLOG; returns 0.

How to repeat:
see description.

Suggested fix:
Seen only on Mac OS X so far. Fixing it now.
[16 Aug 2004 17:07] Guilhem Bichot
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

was wrong code which popped only on builds where in an 'union' C object, the ulong and ulonglong were overlaid in a specific way.
ChangeSet@1.1956.1.1, 2004-08-16 17:00:48+02:00, guilhem@mysql.com