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/t
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
2015-12-09 10:00:49 +01: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
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
2013-01-15 19:16:18 +01:00
2015-10-05 17:14:13 +02:00
2018-06-06 11:25:33 +03:00
2016-04-26 23:05:26 +02:00
2017-09-17 11:05:33 +03:00
2018-01-08 14:51:20 +02:00
2019-01-24 14:43:29 +02:00
2018-09-14 08:47:22 +02:00
2018-06-18 15:43:59 +03:00
2019-01-24 16:14:12 +02:00
2018-08-03 15:57:23 +03:00
2019-02-11 17:55:25 +02:00
2017-02-10 06:30:42 -05:00
2018-02-17 14:54:12 +02:00
2017-02-10 06:30:42 -05:00
2015-10-23 18:49:02 +03:00
2018-07-02 12:27:28 +03:00
2018-07-26 09:19:52 +03:00
2018-05-17 09:37:01 +03:00
2017-08-29 10:07:33 +03:00