Files
percona-toolkit/bin
Marek Knappe 4a9a4bb903 PT-2418: Fix column data loss during RENAME COLUMN operations
The pt-online-schema-change tool was not properly handling RENAME COLUMN
syntax (MySQL 8.0+), causing renamed columns to be excluded from the
data copy operation. This resulted in NULL values for renamed columns
after the schema change.

The issue was in the find_renamed_cols() function which only supported
CHANGE COLUMN syntax but not RENAME COLUMN syntax. Added support for
RENAME COLUMN parsing to properly detect column renames and include
them in the common_cols list for data copying.

Fixes: PT-2418
2025-07-02 12:45:00 +10:00
..
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-08-28 00:41:11 +03:00
2024-08-27 00:41:34 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00
2024-12-19 18:41:01 +03:00