1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/mysql-test/suite/innodb/r
Marko Mäkelä 2c74799d64 MDEV-18627 Wrong result after instant size change of integer
If we instantly change the size of a fixed-length field
and treat it as kind-of variable-length, then we will need
conversions between old column values and new ones.

I tried adding such a conversion to row_build(), but then I
noticed that more conversions would be needed, because
old values still appeared in a freshly rebuilt secondary index,
causing a mismatch when trying to search with the correct
longer value that was converted in my provisional fix to row_build().

So, we will revert the essential part of
MDEV-15563: Instant ROW_FORMAT=REDUNDANT column extension
(commit 22feb179ae), but not
remove any tests.
2019-02-18 18:30:01 +02:00
..
2014-08-02 21:26:16 +02:00
2018-11-06 08:41:48 +02:00
2017-02-10 06:30:42 -05:00
2017-02-10 06:30:42 -05:00
2017-04-06 09:52:25 +03:00
2019-02-05 21:50:52 +02:00
2018-07-02 12:27:28 +03:00
2017-10-25 17:17:21 +03:00
2017-10-25 17:17:21 +03:00
2019-01-18 13:58:33 +02:00
2018-06-06 11:25:33 +03:00
2019-01-24 22:42:35 +02:00
2018-08-03 15:57:23 +03:00
2016-12-30 13:48:22 +02:00
2019-02-05 21:51:35 +02:00
2018-02-15 10:22:03 +02:00
2018-02-17 14:54:12 +02:00
2017-02-10 06:30:42 -05:00
2018-11-06 09:40:39 +02:00
2018-12-04 13:18:14 +02:00
2018-07-26 09:19:52 +03:00
2018-12-13 21:58:35 +02:00