1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/suite
Eugene Kosov 802ce9672f MDEV-18041 Database corruption after renaming a prefix-indexed column
This is a regression after MDEV-13671.

The bug is related to key part prefix lengths wich are stored in SYS_FIELDS.
Storage format is not obvious and was handled incorrectly which led to data
dictionary corruption.

SYS_FIELDS.POS actually contains prefix length too in case if any key part
has prefix length.

innobase_rename_column_try(): fixed prefixes handling

Tests for prefixed indexes added too.

Closes #1063
2018-12-29 22:57:05 +02:00
..
2018-11-15 13:57:35 +01:00
2018-06-12 17:59:31 +03:00
2018-06-12 17:59:31 +03:00
2018-06-12 17:59:31 +03:00
2018-10-27 20:46:38 +02:00
2015-10-09 17:12:26 +02:00
2018-10-27 20:46:38 +02:00
2018-06-21 00:44:10 +02:00