Commit 229996d
[bugfix] Issue: #56 invisible index is not respected by slave under row format
Description
============
bug#88847, this issue is related to invisible indexes feature which we ported
from 8.0 upstream. Invisible index is not considered by slave SQL row applier
when searching index to use, and choosed anyway as long as the index is fit for
update.
Solution:
============
Make slave SQL applier thread respecting invisible indexes and don't choose them
when searching index to use.1 parent e337866 commit 229996d
5 files changed
Lines changed: 62 additions & 2 deletions
File tree
- mysql-test/suite/rds
- r
- t
- sql
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9927 | 9927 | | |
9928 | 9928 | | |
9929 | 9929 | | |
9930 | | - | |
| 9930 | + | |
9931 | 9931 | | |
9932 | 9932 | | |
9933 | 9933 | | |
9934 | 9934 | | |
9935 | | - | |
| 9935 | + | |
9936 | 9936 | | |
9937 | 9937 | | |
9938 | 9938 | | |
| |||
0 commit comments