mariadb/storage/innobase
Marko Mäkelä 906ce0962d MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904
InnoDB limited the maximum number of bytes per character to 4.
But, the filename character set that was introduced in MySQL 5.1
uses up to 5 bytes per character.

To allow InnoDB tables to be created with wider characters, let
us split the mbminmaxlen fields into mbminlen, mbmaxlen, and increase
the limit to 7 bytes per character. This will increase the payload size
of dtype_t and dict_col_t by one bit. The storage size will be unchanged
(54 bits and 77 bits will use the same number of bytes as the
previous sizes 53 and 76 bits).
2018-01-22 11:18:10 +02:00
..
btr MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 11:02:19 +03:00
buf MDEV-11626 innodb.innodb-change-buffer-recovery fails for xtradb 2017-05-29 13:07:23 +03:00
data MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904 2018-01-22 11:18:10 +02:00
dict MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904 2018-01-22 11:18:10 +02:00
dyn Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
eval Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
fil MDEV-11520: Retry posix_fallocate() after EINTR. 2017-03-03 11:47:31 +02:00
fsp Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
fut Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
ha mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00
handler MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904 2018-01-22 11:18:10 +02:00
ibuf MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 11:02:19 +03:00
include MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904 2018-01-22 11:18:10 +02:00
lock MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 11:02:19 +03:00
log MDEV-11027 InnoDB log recovery is too noisy 2017-03-08 10:07:50 +02:00
mach Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSED 2016-10-03 14:43:08 +03:00
mem Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
mtr Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
mysql-test/storage_engine Re-enabling tests disabled due to MDEV-5266 and MySQL:65225 (fixed now) 2014-11-17 20:28:18 +04:00
os MDEV-11520: Retry posix_fallocate() after EINTR. 2017-03-03 11:47:31 +02:00
page Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
pars Bug 16876388 - PLEASE BACKPORT BUG#16208542 TO 5.5 2013-06-25 09:42:54 +08:00
que Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
read Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
rem MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904 2018-01-22 11:18:10 +02:00
row MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904 2018-01-22 11:18:10 +02:00
srv MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 11:02:19 +03:00
sync Merge tag 'mysql-5.5.44' into bb-5.5-serg 2015-06-05 02:06:51 +02:00
trx Merge branch 'mysql/5.5' into 5.5 2018-01-18 17:54:48 +01:00
usr Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
ut MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 11:02:19 +03:00
CMakeLists.txt Merge remote-tracking branch 'mysql/5.5' into 5.5 2015-10-08 22:54:24 +02:00
compile-innodb Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
COPYING.Google
COPYING.Percona
Doxyfile Remove ut0auxconf.h. 2010-09-09 14:27:52 +03:00
ha_innodb.def
plugin_exports fix innodb failures on solaris 2013-03-11 21:00:08 +01:00