Hi Sven,
Patch approved.
/Matz
Sven Sandberg wrote:
> Below is the list of changes that have just been committed into a local
> 5.1 repository of sven. When sven does a push these changes
> will be propagated to the main repository and, within 24 hours after the
> push, to the public repository.
> For information on how to access the public repository
> see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
>
> ChangeSet@stripped, 2008-03-11 08:35:38+01:00, sven@riska.(none) +11 -0
> BUG#29288: myisam transactions replicated to a transactional slave leaves slave
> unstable
> Problem: when replicating from non-transactional to transactional engine
> with autocommit off, no BEGIN/COMMIT is written to the binlog. When the
> slave replicates, it will start a transaction that never ends.
> Fix: Force autocommit=1 on slave by always replicating autocommit=1 from
> the master.
> BUG#34541: mysqlbinlog prints 'set;' in stm mode after changing autocommit mode
> Problem: a typo in the code. When autocommit, foreign_key_checks,
> sql_auto_is_null, or unique_checks changes, it prints "SET", and then a
> comma-separated list of assignments. However, it does not print the
> assignment to the @@autocommit variable.
> Fix: print the @@autocommit variable.
>
>
--
Mats Kindahl
Lead Software Developer
Replication Team
MySQL AB, www.mysql.com