mariadb/storage/innobase
Marko Mäkelä fa6c606257 MDEV-20814 Assertion index->is_instant() failed on trivial upgrade from 10.1
rec_init_offsets(): Relax the assertion that was added in
commit 01f45becd1
to catch ROW_FORMAT=REDUNDANT records that have fewer fields
than expected.

This assertion would fail when accessing the records of the
built-in InnoDB table SYS_INDEXES. The column MERGE_THRESHOLD
had been effectively instantly added in MariaDB Server 10.2
(and MySQL 5.7), but is_instant() does not hold for that index.
Relax the assertion, so that it will not fail in this case.
2019-10-12 21:58:34 +03:00
..
btr Merge 10.2 into 10.3 2019-10-12 15:38:58 +03:00
buf Merge 10.2 into 10.3 2019-10-12 15:38:58 +03:00
data Merge 10.2 into 10.3 2019-07-16 18:39:21 +03:00
dict Add page_has_prev(), page_has_next(), page_has_siblings() 2019-10-09 08:29:26 +03:00
eval Merge 10.2 into 10.3 2019-07-25 15:31:11 +03:00
fil Merge 10.2 into 10.3 2019-10-09 13:25:11 +03:00
fsp Merge branch '10.2' into 10.3 2019-09-06 16:58:39 +02:00
fts Merge 10.2 into 10.3 2019-09-23 10:25:34 +03:00
fut Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
gis Add page_has_prev(), page_has_next(), page_has_siblings() 2019-10-09 08:29:26 +03:00
ha Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
handler Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
ibuf Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
include Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
lock MDEV-20675 Crash in SHOW ENGINE INNODB STATUS with innodb_force_recovery=5 2019-09-26 13:18:22 +03:00
log Merge 10.2 into 10.3 2019-10-10 20:38:44 +03:00
mach Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mtr MDEV-20425: Fix -Wimplicit-fallthrough 2019-08-30 14:11:59 +03:00
mysql-test/storage_engine
os Merge 10.2 into 10.3 2019-07-25 15:31:11 +03:00
page MDEV-19783: Add more assertions 2019-10-10 20:40:26 +03:00
pars Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
que Fix CMAKE_BUILD_TYPE=Debug 2019-10-11 18:36:08 +03:00
read MVCC::view_close(): Correct comments 2019-09-04 09:42:38 +03:00
rem MDEV-20814 Assertion index->is_instant() failed on trivial upgrade from 10.1 2019-10-12 21:58:34 +03:00
row Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
srv Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
sync Merge 10.2 into 10.3 2019-09-27 15:56:15 +03:00
trx Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
ut Merge 10.2 into 10.3 2019-07-25 15:31:11 +03:00
bzip2.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
CMakeLists.txt Merge 10.2 into 10.3 2019-07-25 15:31:11 +03:00
compile-innodb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
COPYING.Google
COPYING.Percona
innodb.cmake
lz4.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lzma.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lzo.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
plugin_exports
snappy.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00