branches with status:
Name Status Last Modified Last Commit
lp:~alexi1952/maria/maria-5.2-wl47 1 Development 2010-05-28 08:07:09 UTC
2760. WL47: Store in binlog text of stateme...

Author: Alexander Ivanov
Revision Date: 2010-05-28 08:07:09 UTC

WL47: Store in binlog text of statements that caused RBR events.
Modified tests and test results (after running on Buildbot)

lp:~alexi1952/maria/maria-5.2-xbug01 1 Development 2010-02-19 07:07:24 UTC
2735. BUG: Mysqlbinlog prints superfluous U...

Author: Alexander Ivanov
Revision Date: 2010-02-19 06:39:50 UTC

BUG: Mysqlbinlog prints superfluous USE statements.

In 5.1, transactional events (BEGIN, COMMIT, and ROLLBACK) are marked by the
LOG_EVENT_SUPPRESS_USE_F flag meaning "Suppress the generation of 'USE'
statements before the actual statement". In 5.0, this flag is not used.
Because of that when processing a binary log 5.0 with --database option,
mysqlbinlog 5.1 may produce superfluous USE statements. E.g.
    mysqlbinlog ... --database foo1 ...
result with
    ... use foo2; ... BEGIN; ...

FIX: Add LOG_EVENT_SUPPRESS_USE_F to each BEGIN, COMMIT, and ROLLBACK query
event when they are processed by mysqlbinlog.

lp:~alexi1952/maria/maria-5.1-wl36 1 Development 2009-10-28 07:14:39 UTC
2754. MWL#36: Add a mysqlbinlog option to c...

Author: Alexander Ivanov
Revision Date: 2009-10-28 07:14:39 UTC

MWL#36: Add a mysqlbinlog option to change the used database.
Cosmetic changes.

13 of 3 results