mariadb/storage
Jan Lindström 25f8738112 MDEV-9040: 10.1.8 fails after upgrade from 10.0.21
Analysis: Lengths which are not UNIV_SQL_NULL, but bigger than the following
number indicate that a field contains a reference to an externally
stored part of the field in the tablespace. The length field then
contains the sum of the following flag and the locally stored len.

This was incorrectly set to

define UNIV_EXTERN_STORAGE_FIELD (UNIV_SQL_NULL - UNIV_PAGE_SIZE_MAX)

When it should be

define UNIV_EXTERN_STORAGE_FIELD (UNIV_SQL_NULL - UNIV_PAGE_SIZE_DEF)

Additionally, we need to disable support for > 16K page size for
row compressed tables because a compressed page directory entry
reserves 14 bits for the start offset and 2 bits for flags.
This limits the uncompressed page size to 16k. To support
larger pages page directory entry needs to be larger.
2015-11-05 10:30:48 +02:00
..
archive Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
blackhole
cassandra
connect Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
csv
example
federated Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
federatedx
heap
innobase MDEV-9040: 10.1.8 fails after upgrade from 10.0.21 2015-11-05 10:30:48 +02:00
maria MDEV-9010 Encryption preset file contains different configuration preset then documentation 2015-10-29 10:46:37 +01:00
mroonga MDEV-8551 compilation fails with 10.1.6 2015-10-29 10:46:37 +01:00
myisam Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
myisammrg
oqgraph
perfschema Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
sequence
sphinx
spider
test_sql_discovery
tokudb Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
xtradb MDEV-9040: 10.1.8 fails after upgrade from 10.0.21 2015-11-05 10:30:48 +02:00