[MDEV-8104] Slave crashes in TABLE::init on replicating SBR flow involving temporary tables Created: 2015-05-05 Updated: 2015-05-07 Resolved: 2015-05-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Note: It might be related to
To reproduce:
mysql.log – the master general log which corresponds the binlogs (to see what was happening). All queries except for initial ones have comments like /* thread_id=<thread_id> cnt=<query no> */ where thread_id is the connection id, and query no is the query counter inside this connection - should make it easier to search for the guilty query in the logs. |
| Comments |
| Comment by Kristian Nielsen [ 2015-05-07 ] |
|
I checked, at yes, it seems to be a duplicate of The patch in [Note that there seems to be another problem here. The quitting transaction |