Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
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.
|
https://github.com/alibaba/AliSQL/commit/229996d67b4caaf27a330491b9e668dc7e0c0120
Attachments
Issue Links
- is caused by
-
MDEV-19095 [feature] Issue: #45 Support for INVISIBLE indexes
- Open