SIGN IN SIGN UP

fix(mysql): Work around for Issue #2206 (ColumnNotFound error when querying) (#4086)

* Re-read mysql column info during execute

MariaDB may change the column info between PREPARE and EXECUTE if the schema changes
(https://jira.mariadb.org/browse/MDEV-27013). Therefore, always read column info from
the execute metadata and use it for the row column_names field. Fixes: #2206, #1530

* doc: caution that ColumnIndex may differ between Statement and Row
D
Dean Serenevy committed
acd228498fe0b03980c7ba0bc25f301e2b910f5a
Parent: 18ffed2
Committed by GitHub <noreply@github.com> on 4/8/2026, 7:47:16 PM