PXB-3757 Document --check-tables feature in 8.4.0-6#475
PXB-3757 Document --check-tables feature in 8.4.0-6#475alina-derkach-oaza wants to merge 5 commits into
Conversation
new file: docs/innodb-btree-check.md
80916db to
4082a04
Compare
modified: docs/innodb-btree-check.md modified: docs/xtrabackup-option-reference.md
4082a04 to
95af2d0
Compare
|
We should also add a link to How to section.
[Side topic] Ideally, I would love to see all workflows in howto section. ie duplicating some links. We already covered good number of Howtos.. the list in my mind so far (including what we have right now) How to |
satya-bodapati
left a comment
There was a problem hiding this comment.
Looks much much better Alina, thank you.
One minor comment. I will check in detail tomorrow.
|
@alina-derkach-oaza linkinspector check is failing, please hceck if we have some broken links? |
1cec893 to
eb12ae9
Compare
eb12ae9 to
88a5420
Compare
88a5420 to
d546db2
Compare
d546db2 to
d598e27
Compare
patrickbirch
left a comment
There was a problem hiding this comment.
ok - after you fix one comment.
d598e27 to
dd70026
Compare
| The validation process performs the following structural checks: | ||
|
|
||
| | Check | Detected condition | | ||
| |------|---------------------| |
There was a problem hiding this comment.
There is one important point that I missed. CHECK TABLE will also detect mismatches in the record count between the PRIMARY and Secondary indexes.
A non-corrupted secondary index should always have the same number of records as the PRIMARY index has.
There was a problem hiding this comment.
I don't have a sample output, though.
There was a problem hiding this comment.
Do you mean CHECK TABLE or --check-tables?
There was a problem hiding this comment.
Both - they use the same internal command
dd70026 to
2ea03b0
Compare
No description provided.