mariadb/storage/xtradb
Marko Mäkelä 2f29fc3c1c 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity
btr_defragment_thread(): Create the thread in the same place as other
threads. Do not invoke btr_defragment_shutdown(), because
row_drop_tables_for_mysql_in_background() in the master thread can still
keep invoking btr_defragment_remove_table().

logs_empty_and_mark_files_at_shutdown(): Wait for btr_defragment_thread()
to exit.

innobase_start_or_create_for_mysql(), innobase_shutdown_for_mysql():
Skip encryption and scrubbing in innodb_read_only_mode.

srv_export_innodb_status(): Do not export encryption or scrubbing
statistics in innodb_read_only mode, because the threads will not
be running.
2017-05-26 15:19:40 +03:00
..
api MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
btr 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:19:40 +03:00
buf Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
data 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval
fil MDEV-12615: InnoDB page compression method snappy mostly does not compress pages 2017-05-20 21:51:34 +03:00
fsp MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
fts Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
ibuf Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
include 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:19:40 +03:00
lock Never pass NULL to innobase_get_stmt() 2017-05-17 08:27:04 +03:00
log 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:19:40 +03:00
mach 5.6.35-80.0 2017-03-04 20:50:02 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
os MDEV-11264 Fix DeviceIoControl() usage in innodb. 2017-05-23 08:53:12 +00:00
page Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
pars Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read
rem Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
row MDEV-12625 total_index_blocks is uninitialized in ALTER TABLE…ALGORITHM=INPLACE of small tables 2017-05-23 18:37:55 +03:00
srv 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:19:40 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
CMakeLists.txt MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def