[MDEV-7981] Locking for temporary tables in parallel replication Created: 2015-04-13 Updated: 2022-09-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0, 10.1 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | gtid, parallelslave | ||
| Description |
|
Temporary tables have no locking. They are intended to be accessible from However, with parallel replication, all worker threads have access to the Within one replication domain, we serialise transactions that use However, it is still possible to get two worker threads to try to |