vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.47k stars 2.09k forks source link

MySQL errors: `ERInnodbIndexCorrupt` #16851

Open shlomi-noach opened 2 days ago

shlomi-noach commented 2 days ago

Description

Add ERInnodbIndexCorrupt (error 1817) to the list of known MySQL errors. This can be used in the future to recognize terminal ApplySchema or Online DDL scenarios.

Related Issue(s)

none

Checklist

Deployment Notes

vitess-bot[bot] commented 2 days ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.45%. Comparing base (4058966) to head (81a42b4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16851 +/- ## ======================================= Coverage 69.44% 69.45% ======================================= Files 1571 1571 Lines 202996 202996 ======================================= + Hits 140977 140989 +12 + Misses 62019 62007 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.