Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.3.1-1
Description
Implement that server reads/updates the GTID position using multiple tables
mysql.gtid_slave_pos_XXX, each using a different storage engine. Replicated
transactions update the version of the table in the same engine, if
available. This avoids the overhead of cross-engine transactions on servers
where multiple storage engines are in use at the same time (but not in the
same transactions).
See mailing list thread: https://lists.launchpad.net/maria-developers/msg10453.html
Attachments
Issue Links
- relates to
-
MDEV-11657 Cross-engine transaction metadata
-
- Open
-
-
MDEV-13236 Document MDEV-12179 (Per-engine mysql.gtid_slave_pos tables)
-
- Closed
-
-
MDEV-34778 Inconsistent Seconds_Behind_Master after slave stop+start (rpl.rpl_old_master sporadic failure)
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Implement that server reads/updates the GTID position using multiple tables
mysql.gtid_slave_pos_XXX, each using a different storage engine. Replicated transactions update the version of the table in the same engine, if available. This avoids the overhead of cross-engine transactions on servers where multiple storage engines are in use at the same time (but not in the same transactions). |
Implement that server reads/updates the GTID position using multiple tables
mysql.gtid_slave_pos_XXX, each using a different storage engine. Replicated transactions update the version of the table in the same engine, if available. This avoids the overhead of cross-engine transactions on servers where multiple storage engines are in use at the same time (but not in the same transactions). See mailing list thread: https://lists.launchpad.net/maria-developers/msg10453.html |
Link | This issue relates to MDEV-11657 [ MDEV-11657 ] |
Sprint | 10.3.1-1 [ 164 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.3 [ 22126 ] |
Assignee | Kristian Nielsen [ knielsen ] | Sergei Petrunia [ psergey ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Sergei Petrunia [ psergey ] | Kristian Nielsen [ knielsen ] |
Fix Version/s | 10.3.1 [ 22532 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 79843 ] | MariaDB v4 [ 133145 ] |
Link | This issue relates to MDEV-34778 [ MDEV-34778 ] |