mariadb/mysql-test/suite
Jan Lindström d1b3e428d4 MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285
Crashes with innodb_page_size=64K. Does not crash at <= 32K.

Problem was that when blob record that was earlier < 16k is
enlarged at update wo that length > 16K it should be stored
externally. However, that was not enforced when page-size = 64K
(note that 16K+1 < 64K/2 i.e. half of the btree leaf page).

btr_cur_optimistic_update: limit max record size to 16K
or in REDUNDANT row format to 16K-1.
2017-07-20 13:18:30 +03:00
..
archive
binlog MDEV-13248 binlog.binlog_parallel_replication_marks_row fails in buildbot 2017-07-06 00:45:43 +03:00
binlog_encryption
csv Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
encryption Re-record a failing test, likely related to MDEV-12610 2017-06-15 12:40:24 +03:00
engines
federated MDEV-11311 Create federated table does not work as expected. 2017-05-24 11:59:03 +02:00
funcs_1 MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engine 2017-03-10 18:21:24 +01:00
funcs_2
galera Merge branch '10.0-galera' into 10.1 2017-06-30 16:33:13 +02:00
galera_3nodes Merge branch '10.0-galera' into 10.1 2017-05-26 19:21:19 +02:00
handler
heap
innodb MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285 2017-07-20 13:18:30 +03:00
innodb_fts Merge branch '10.0' into 10.1 2017-03-21 19:20:44 +01:00
innodb_zip Merge 10.0 into 10.1 2017-06-06 10:59:54 +03:00
jp
large_tests
maria Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
mariabackup Mariabackup: Test file cleanup 2017-06-30 11:35:28 +03:00
mtr/t
mtr2
multi_source MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slave 2017-06-05 13:11:10 +05:30
optimizer_unfixed_bugs
parts Merge branch '10.0' into 10.1 2017-07-07 11:30:03 +02:00
percona
perfschema disable getopt prefix matching in mtr bootstrap 2017-06-22 12:56:33 +02:00
perfschema_stress
plugins MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
roles Merge remote-tracking branch '10.0' into 10.1 2017-06-21 16:19:43 +03:00
rpl Merge branch '10.0' into 10.1 2017-07-07 11:30:03 +02:00
storage_engine
stress
sys_vars MDEV-13247 innodb_log_compressed_pages=OFF breaks crash recovery of ROW_FORMAT=COMPRESSED tables 2017-07-06 14:18:53 +03:00
unit
vcol MDEV-10880: Assertions keypart_map' or prebuilt->search_tuple->n_fields > 0' fail on DISTINCT and GROUP BY constant 2017-06-23 09:16:27 +02:00
wsrep Merge branch '10.0-galera' into 10.1 2017-06-30 16:33:13 +02:00