~tsarev/percona-server/rnt-17555-backup

Viewing all changes in revision 190.

  • Committer: Alexey Kopytov
  • Date: 2011-09-08 12:32:29 UTC
  • Revision ID: akopytov@gmail.com-20110908123229-cdnwpiqydnb0afl0
Bug #827456: mysqlbinlog_max_binlog_statement_size.patch has a serious
             bug

The problem was that with multi-table UPDATE or DELETE queries,
splitting BINLOG statements into multiple ones did not handle multiple
table map event correctly: the second and subsequent BINLOG statement
would contain only one table map event.

Fixed by caching all table map events corresponding to the current
statement, so that BINLOG statements resulted from splitting contain
full list of table map events.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: