WL#4162: Add start/end of trx/stm to binlogAffects: Server-6.0 — Status: Un-Assigned — Priority: MediumIDEA ==== Use single bits of the Common-Header of Log_Event to encode start and end of transactions and statements. RATIONALE ========= 1. To save space in binary log (don't need an entire event for begin/commit) 2. Easier to solve bugs such as BUG#26395 and BUG#29288. 3. We need a uniform way to determine statement/transaction start/end without having to parse the entire event. This paves the way for things like WL#3735 and WL#2540, makes debugging easier, and forces us to use a consistent model for the transactional behavior. We want each of these event categories to be clearly expressed in No Comments yet |
VotesWatches0 members are watching this worklog
You must be logged in to track this worklog.
Provide Feedback
You must be logged in to comment
|