mariadb/storage/innobase/include
Marko Mäkelä 81b7fe9d38 Shut down InnoDB after aborted startup.
This fixes memory leaks in tests that cause InnoDB startup to fail.

buf_pool_free_instance(): Also free buf_pool->flush_rbt, which would
normally be freed when crash recovery finishes.

fil_node_close_file(), fil_space_free_low(), fil_close_all_files():
Relax some debug assertions to tolerate !srv_was_started.

innodb_shutdown(): Renamed from innobase_shutdown_for_mysql().
Changed the return type to void. Do not assume that all subsystems
were started.

que_init(), que_close(): Remove (empty functions).

srv_init(), srv_general_init(): Remove as global functions.

srv_free(): Allow srv_sys=NULL.

srv_get_active_thread_type(): Only return SRV_PURGE if purge really
is running.

srv_shutdown_all_bg_threads(): Do not reset srv_start_state. It will
be needed by innodb_shutdown().

innobase_start_or_create_for_mysql(): Always call srv_boot() so that
innodb_shutdown() can assume that it was called. Make more subsystems
dependent on SRV_START_STATE_STAT.

srv_shutdown_bg_undo_sources(): Require SRV_START_STATE_STAT.

trx_sys_close(): Do not assume purge_sys!=NULL. Do not call
buf_dblwr_free(), because the doublewrite buffer can exist while
the transaction system does not.

logs_empty_and_mark_files_at_shutdown(): Do a faster shutdown if
!srv_was_started.

recv_sys_close(): Invoke dblwr.pages.clear() which would normally
be invoked by buf_dblwr_process().

recv_recovery_from_checkpoint_start(): Always release log_sys->mutex.

row_mysql_close(): Allow the subsystem not to exist.
2017-02-01 09:30:55 +02:00
..
api0api.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
api0misc.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
btr0btr.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
btr0btr.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
btr0bulk.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
btr0cur.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
btr0cur.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
btr0defragment.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
btr0pcur.h MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02:00
btr0pcur.ic MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02:00
btr0scrub.h Push for testing of encryption 2015-02-10 10:21:17 +01:00
btr0sea.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
btr0sea.ic Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
btr0types.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
buf0buddy.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
buf0buddy.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
buf0buf.h Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
buf0buf.ic Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
buf0checksum.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
buf0dblwr.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
buf0dump.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
buf0flu.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
buf0flu.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
buf0lru.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
buf0lru.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
buf0mtflu.h
buf0rea.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
buf0types.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
data0data.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
data0data.ic MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
data0type.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
data0type.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
data0types.h move to storage/innobase 2015-05-04 19:17:21 +02:00
db0err.h MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
dict0boot.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
dict0boot.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
dict0crea.h Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
dict0crea.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
dict0defrag_bg.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
dict0dict.h MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
dict0dict.ic MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
dict0load.h Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
dict0load.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
dict0mem.h MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
dict0mem.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
dict0pagecompress.h Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
dict0pagecompress.ic Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
dict0priv.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
dict0priv.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
dict0stats.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
dict0stats.ic MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 2016-12-09 12:05:07 +02:00
dict0stats_bg.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
dict0stats_bg.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
dict0types.h Make atomic writes general 2017-01-11 09:18:35 +02:00
dyn0buf.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
dyn0types.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
eval0eval.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
eval0eval.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
eval0proc.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
eval0proc.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fil0crypt.h Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
fil0crypt.ic Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
fil0fil.h MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
fil0fil.ic Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
fil0pagecompress.h Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
fsp0file.h Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
fsp0fsp.h Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
fsp0fsp.ic Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
fsp0pagecompress.h Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
fsp0pagecompress.ic Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
fsp0space.h Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
fsp0sysspace.h Merge 10.1 into 10.2 2016-12-30 13:48:22 +02:00
fsp0types.h Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
fts0ast.h MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
fts0blex.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fts0fts.h MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytes 2016-12-05 16:32:03 +02:00
fts0opt.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fts0pars.h move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0plugin.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fts0priv.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
fts0priv.ic Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
fts0tlex.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fts0tokenize.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fts0types.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fts0types.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fts0vlc.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
fut0fut.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
fut0fut.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fut0lst.h Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
fut0lst.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
gis0geo.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
gis0rtree.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
gis0rtree.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
gis0type.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ha0ha.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ha0ha.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ha0storage.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ha0storage.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ha_prototypes.h Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
handler0alter.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
hash0hash.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
hash0hash.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ib0mutex.h MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexes 2016-10-17 18:35:48 +04:00
ibuf0ibuf.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ibuf0ibuf.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ibuf0types.h move to storage/innobase 2015-05-04 19:17:21 +02:00
lock0iter.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
lock0lock.h MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
lock0lock.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
lock0prdt.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
lock0priv.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
lock0priv.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
lock0types.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
log0crypt.h MDEV-9793: getting mysqld crypto key from key version failed 2016-03-30 16:09:47 +03:00
log0log.h Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
log0log.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
log0recv.h Merge 10.1 to 10.2. 2017-01-19 12:06:13 +02:00
log0types.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
mach0data.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mach0data.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mem0mem.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mem0mem.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mtr0log.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mtr0log.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mtr0mtr.h MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
mtr0mtr.ic MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 2016-12-09 12:05:07 +02:00
mtr0types.h MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
os0api.h buf_page_t is class on 10.2 not struct. 2017-01-25 12:33:39 +02:00
os0event.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
os0file.h Replace fil_node_t::is_open with fil_node_t::is_open(). 2017-01-25 16:00:34 +02:00
os0file.ic MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
os0once.h MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexes 2016-10-17 18:35:49 +04:00
os0proc.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
os0proc.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
os0thread.h Windows : CloseHandle() returned by CreateThread(). 2016-09-13 18:23:14 +00:00
os0thread.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
page0cur.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
page0cur.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
page0page.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
page0page.ic MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
page0size.h MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
page0types.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
page0zip.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
page0zip.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
pars0grm.h move to storage/innobase 2015-05-04 19:17:21 +02:00
pars0opt.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
pars0opt.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
pars0pars.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
pars0pars.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
pars0sym.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
pars0sym.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
pars0types.h move to storage/innobase 2015-05-04 19:17:21 +02:00
que0que.h Shut down InnoDB after aborted startup. 2017-02-01 09:30:55 +02:00
que0que.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
que0types.h move to storage/innobase 2015-05-04 19:17:21 +02:00
read0read.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
read0types.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
rem0cmp.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
rem0cmp.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
rem0rec.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
rem0rec.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
rem0types.h move to storage/innobase 2015-05-04 19:17:21 +02:00
row0ext.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
row0ext.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0ftsort.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
row0import.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
row0import.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0ins.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
row0ins.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0log.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
row0log.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
row0merge.h MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
row0mysql.h MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
row0mysql.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0purge.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
row0purge.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0quiesce.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
row0quiesce.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0row.h MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02:00
row0row.ic MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
row0sel.h MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02:00
row0sel.ic MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 2016-12-09 12:05:07 +02:00
row0trunc.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
row0types.h move to storage/innobase 2015-05-04 19:17:21 +02:00
row0uins.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
row0uins.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0umod.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
row0umod.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0undo.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
row0undo.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
row0upd.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
row0upd.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
row0vers.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
row0vers.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
srv0conc.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
srv0mon.h MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
srv0mon.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
srv0srv.h Shut down InnoDB after aborted startup. 2017-02-01 09:30:55 +02:00
srv0srv.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
srv0start.h Shut down InnoDB after aborted startup. 2017-02-01 09:30:55 +02:00
sync0arr.h MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexes 2016-10-17 18:35:49 +04:00
sync0arr.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
sync0debug.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
sync0policy.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
sync0policy.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
sync0rw.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
sync0rw.ic MDEV-11296 - InnoDB stalls under OLTP RW on P8 2016-11-25 12:41:35 +04:00
sync0sync.h Remove MYSQL_ENCRYPTION. 2017-01-18 08:30:42 +02:00
sync0types.h Remove MYSQL_ENCRYPTION. 2017-01-18 08:30:42 +02:00
trx0i_s.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
trx0purge.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
trx0purge.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
trx0rec.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
trx0rec.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
trx0roll.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
trx0roll.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
trx0rseg.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
trx0rseg.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
trx0sys.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
trx0sys.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
trx0trx.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
trx0trx.ic MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
trx0types.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
trx0undo.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
trx0undo.ic MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
trx0xa.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
univ.i MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
usr0sess.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
usr0sess.ic move to storage/innobase 2015-05-04 19:17:21 +02:00
usr0types.h move to storage/innobase 2015-05-04 19:17:21 +02:00
ut0byte.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0byte.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0counter.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ut0crc32.h Address my review comments in the contributed patch. 2016-12-09 09:12:32 +02:00
ut0dbg.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
ut0list.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0list.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0lst.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
ut0mem.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ut0mem.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0mutex.h Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF. 2017-01-31 10:23:20 +02:00
ut0new.h Actually invoke free() in ut_allocator::deallocate(). 2017-02-01 09:30:55 +02:00
ut0pool.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0rbt.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0rnd.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
ut0rnd.ic Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
ut0sort.h move to storage/innobase 2015-05-04 19:17:21 +02:00
ut0stage.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0timer.h MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
ut0timer.ic MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
ut0ut.h MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ut0ut.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0vec.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0vec.ic Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut0wqueue.h Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00