mariadb/storage/innobase
Daniel Black 1479273cdb MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout
Use systemd EXTEND_TIMEOUT_USEC to advise systemd of progress

Move towards progress measures rather than pure time based measures.

Progress reporting at numberious shutdown/startup locations incuding:
* For innodb_fast_shutdown=0 trx_roll_must_shutdown() for rolling back incomplete transactions.
* For merging the change buffer (in srv_shutdown(bool ibuf_merge))
* For purging history, srv_do_purge

Thanks Marko for feedback and suggestions.
2018-04-06 09:58:14 +03:00
..
api Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
btr Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
buf MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
data Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
dict MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval
fil MDEV-12396 IMPORT TABLESPACE cleanup 2018-03-20 15:31:39 +02:00
fsp MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-29 14:23:34 +03:00
fts Merge 10.0 into 10.1 2018-03-12 13:22:13 +02:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha
handler MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
ibuf After-merge fix for commit d4df7bc9b1 2018-02-02 19:57:59 +02:00
include MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
lock Fix a deadlock in thd_report_wait_for() 2018-03-16 08:23:56 +02:00
log MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
mach 5.6.35 2017-01-07 14:24:42 +02:00
mem Merge 5.5 into 10.0 2018-03-20 18:36:03 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
os MDEV-12396 IMPORT TABLESPACE: Do not retry partial reads 2018-03-20 15:31:39 +02:00
page Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
pars MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
que
read
rem Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row MDEV-14705: Do not rollback on InnoDB shutdown 2018-04-06 09:58:14 +03:00
srv MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
CMakeLists.txt Merge branch '10.0' into 10.1 2018-02-22 14:12:02 +01:00
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def
plugin_exports