mariadb/storage/innobase
Marko Mäkelä 101ce10d0d MDEV-20672 Inconsistent usage message for innodb_compression_algorithm
The usage message for the innodb_compression_algorithm system variable
did not list snappy, which was added as an optional compression algorithm
in MariaDB 10.1.3 and might actually work since
commit 90c52e5291 (MDEV-12615)
in MariaDB 10.1.24.

Unfortunately, we will include also unavailable compression algorithms
in the list, because ENUM parameters allow numeric values, and we do
not want innodb_compression_algorithm=3 to change meaning depending on
the way how the source code was compiled.
2020-08-12 18:35:21 +03:00
..
api Update FSF address 2019-05-11 19:25:02 +03:00
btr MDEV-19526 heap number overflow on innodb_page_size=64k 2020-08-12 18:21:53 +03:00
buf MDEV-23268 SIGSEGV on srv_monitor_event if InnoDB is read-only 2020-07-23 09:59:16 +03:00
data Update FSF Address 2019-05-11 21:29:06 +03:00
dict MDEV-19092 Server crash when renaming the column when 2020-05-04 14:33:45 +05:30
dyn Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
eval Remove the wrappers ut_time(), ut_difftime(), ib_time_t 2019-07-24 21:59:26 +03:00
fil MDEV-16115 Hang after reducing innodb_encryption_threads 2020-08-10 17:17:25 +03:00
fsp MDEV-23190 InnoDB data file extension is not crash-safe 2020-07-20 14:48:56 +03:00
fts MDEV-22903 heap-use-after-free while accessing fts cache deleted doc ids 2020-07-23 16:34:38 +05:30
fut Update FSF Address 2019-05-11 21:29:06 +03:00
ha Update FSF Address 2019-05-11 21:29:06 +03:00
handler MDEV-20672 Inconsistent usage message for innodb_compression_algorithm 2020-08-12 18:35:21 +03:00
ibuf MDEV-23190 InnoDB data file extension is not crash-safe 2020-07-20 14:48:56 +03:00
include MDEV-19526 heap number overflow on innodb_page_size=64k 2020-08-12 18:21:53 +03:00
lock MDEV-7962 wsrep_on() takes 0.14% in OLTP RO 2020-04-27 11:18:11 +03:00
log Remove the wrappers ut_time(), ut_difftime(), ib_time_t 2019-07-24 21:59:26 +03:00
mach Update FSF Address 2019-05-11 21:29:06 +03:00
mem Update FSF Address 2019-05-11 21:29:06 +03:00
mtr MDEV-23190 InnoDB data file extension is not crash-safe 2020-07-20 14:48:56 +03:00
mysql-test/storage_engine Fix for MDEV-17449, typo in error message (#1146) 2019-03-24 21:24:28 +04:00
os cleanup: replace exit(1) with abort() 2019-11-30 18:19:20 +07:00
page MDEV-19526 heap number overflow on innodb_page_size=64k 2020-08-12 18:21:53 +03:00
pars Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
que Update FSF Address 2019-05-11 21:29:06 +03:00
read Update FSF Address 2019-05-11 21:29:06 +03:00
rem Update FSF Address 2019-05-11 21:29:06 +03:00
row Cleanup: Remove unused AbstractCallback::m_free_limit 2020-07-20 14:48:56 +03:00
srv MDEV-23190 InnoDB data file extension is not crash-safe 2020-07-20 14:48:56 +03:00
sync MDEV-23268 SIGSEGV on srv_monitor_event if InnoDB is read-only 2020-07-23 09:59:16 +03:00
trx MDEV-23190 InnoDB data file extension is not crash-safe 2020-07-20 14:48:56 +03:00
usr Update FSF Address 2019-05-11 21:29:06 +03:00
ut MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang 2019-10-25 16:27:41 +03:00
.clang-format add .clang-format file for InnoDB 2019-10-29 21:56:24 +03:00
CMakeLists.txt MDEV-21337 fix aligned_malloc() 2019-12-18 20:09:52 +08:00
compile-innodb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
COPYING.Google move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Percona move to storage/innobase 2015-05-04 19:17:21 +02:00
Doxyfile move to storage/innobase 2015-05-04 19:17:21 +02:00
ha_innodb.def move to storage/innobase 2015-05-04 19:17:21 +02:00
plugin_exports Solaris compilation failure: xtradb is linked in statically, ha_innodb.so needs 2014-05-01 14:05:52 +02:00