diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-01-03 19:32:47 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-01-03 19:32:47 +0200 |
commit | 80d5d1452a4a6b7bd1627116f2a5a950003fc3cb (patch) | |
tree | 15a86eab06593ce0195a18172aac9d093c5a6651 /mysys/my_winerr.c | |
parent | 3871477c40efc826805f4c4e35b006c2c233dd26 (diff) | |
download | mariadb-git-bb-10.0-mdev-11694.tar.gz |
MDEV-11694 InnoDB tries to create unused table SYS_ZIP_DICTbb-10.0-mdev-11694
MariaDB Server 10.0.28 and 10.1.19 merged code from Percona XtraDB
that introduced support for compressed columns. Much but not all
of this code was disabled by placing #ifdef HAVE_PERCONA_COMPRESSED_COLUMNS
around it.
Among the unused but not disabled code is code to access
some new system tables related to compressed columns.
The creation of these system tables SYS_ZIP_DICT and SYS_ZIP_DICT_COLS
would cause a crash in --innodb-read-only mode when upgrading
from an earlier version to 10.0.28 or 10.1.19.
Let us remove all the dead code related to compressed columns.
Users who already upgraded to 10.0.28 and 10.1.19 will have the two
above mentioned empty tables in their InnoDB system tablespace.
Subsequent versions of MariaDB Server will completely ignore those tables.
Diffstat (limited to 'mysys/my_winerr.c')
0 files changed, 0 insertions, 0 deletions