[MDEV-4457] [PATCH] Do not put stop events into binlog Created: 2013-04-29 Updated: 2013-05-01 Resolved: 2013-05-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Pavel Ivanov | Assignee: | Kristian Nielsen |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
We have the attached patch in our MySQL and MariaDB trees that removes the code putting stop events into binlog. The reasoning for removing these events is:
Could you consider including this patch into MariaDB? |
| Comments |
| Comment by Kristian Nielsen [ 2013-04-30 ] |
|
I do not understand the rationale for this patch: > 2. If the master and slave are running with different binlog formats, the I do not understand "different format"? As far as I know, the stop event is Can you explain how to make the "SQL thread to explode" on stop event in > 3. If the master is generating an ID sequence we do not want the stop event In MariaDB GTID, IDs are generated only for GTID events, not for STOP or any It sounds to me like this is related to the Google patch for global But this does not apply to MariaDB. Global transaction ID is always enabled, /me confused ... |
| Comment by Pavel Ivanov [ 2013-04-30 ] |
|
Thank you Kristian for explaining to me what this patch is really about. |