mariadb/storage/innobase
Marko Mäkelä 86927cc712 Remove traces of multiple InnoDB redo logs
InnoDB never supported more than one copy of a redo log.
There were provisions to do that. For Mariabackup, let us clean up
this code.

log_sys_init(): Renamed from log_init().

log_set_capacity(): Renamed from log_calc_max_ages().

log_init(): Renamed from log_group_init(). Remove the parameters
id, space_id. Let the caller invoke log_set_capacity() when needed.

log_group_t: Remove id, space_id, log_groups.

log_t: Replace log_groups with a single log.

recv_find_max_checkpoint(): Declare globally. Remove the first parameter.

xtrabackup_choose_lsn_offset(): Remove (dead code).
2017-06-06 12:06:41 +03:00
..
btr Merge 10.1 into 10.2 2017-05-26 22:45:46 +03:00
buf Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
data Fix some -Wimplicit-fallthrough warnings in InnoDB 2017-05-19 22:58:59 +03:00
dict Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
eval MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
fil MDEV-11623 merge fix: Use the correct flags in an error message 2017-05-29 14:37:24 +03:00
fsp Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
fts Remove dict_index_t::is_ngram 2017-05-26 22:45:54 +03:00
fut MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GLOBAL SYMBOLS TO STATIC 2017-03-17 12:48:50 +02:00
gis Minor code cleanup. 2017-04-17 03:20:34 +03:00
ha Bug#24346574 PAGE CLEANER THREAD, ASSERT BLOCK->N_POINTERS == 0 2017-04-26 23:03:27 +03:00
handler Remove dict_index_t::is_ngram 2017-05-26 22:45:54 +03:00
ibuf Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
include Remove traces of multiple InnoDB redo logs 2017-06-06 12:06:41 +03:00
lock Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
log Remove traces of multiple InnoDB redo logs 2017-06-06 12:06:41 +03:00
mach Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSED 2017-04-26 23:03:29 +03:00
mem MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
mtr Bug #24793413 LOG PARSING BUFFER OVERFLOW 2017-04-26 23:03:32 +03:00
mysql-test/storage_engine Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
os Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
page Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
pars Remove unused tokens from the InnoDB SQL parser. 2017-04-17 03:20:34 +03:00
que Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
read Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
rem Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
row Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
srv Remove traces of multiple InnoDB redo logs 2017-06-06 12:06:41 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
usr Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
ut Remove some noise from ib::fatal() and ib::fatal_or_error() 2017-05-26 22:45:54 +03:00
bzip2.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
CMakeLists.txt Merge 10.1 into 10.2 2017-05-06 14:36:46 +03:00
compile-innodb move to storage/innobase 2015-05-04 19:17:21 +02: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
innodb.cmake MDEV-12924: re-add numa to innodb 2017-05-29 15:32:37 +10:00
lz4.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
lzma.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
lzo.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
plugin_exports Solaris compilation failure: xtradb is linked in statically, ha_innodb.so needs 2014-05-01 14:05:52 +02:00
snappy.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00