-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] Issue: #64 replication regression with RBR and partition tables
This patch is ported from MySQL upstream (commit id: 9414c7). Bug#25687813 REPLICATION REGRESSION WITH RBR AND PARTITIONED TABLES PROBLEM ------- While applying update the slave is trying to initialize all partitions before reading from rnd_pos() call. This is done for each row update because of which the performance is getting effected. FIX --- Initialize only the partition on which rnd_pos() is called.
- Loading branch information
AliSQL
authored and
AliSQL
committed
May 1, 2018
1 parent
4ec960a
commit aa61f56
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters