v.21.1Improvements
MaterializedMySQL: Fix issue with table named 'table'
MaterializedMySQL: Fix issue with table named 'table'. #31781 (Håvard Kvålen).Why it matters
This fix resolves a problem whereMaterializedMySQL did not correctly process or synchronize MySQL tables named 'table', ensuring reliable replication and data consistency for such table names.How to use it
Users do not need to take any special action. The fix is applied automatically when upgrading to the version containing this patch. Continue usingMaterializedMySQL as usual to replicate tables, including those named 'table'.