mariadb/storage
Eugene Kosov 562c037b48 MDEV-18115 Remove dummy tablespace for the redo log
Redo log subsystem was decoupled from tablespace subsystem. It now manages file
descriptors for redo log files by itself.

FIL_TYPE_LOG: removed, code in various places was simplified

SRV_LOG_SPACE_FIRST_ID: renamed to SRV_SPACE_ID_UPPER_BOUND
  to better match its purpose. Code in various places was simplified

fil_n_log_flushes: replaced with log_sys::flushes
fil_n_pending_log_flushes: replaced with log_sys::pending_flushes

log_t::files::files: redo log file descriptors
log_t::files::file_names: redo log file names

log_t::files::set_file_names(): set file names without opening them
log_t::files::open_files(): opens redo log files
log_t::files::read(): treats several files as one big
log_t::files::write(): treats several files as one big
log_t::files::fsync(): flushes page cache to disk
log_t::files::close_files(): closes redo log files

fil_open_log_and_system_tablespace_files(): renamed to
  fil_open_system_tablespace_files()
  and obviously it now doesn't open redo log files

global files[1000]: removed. Why it was needed at all?
2020-01-01 22:09:51 +08:00
..
archive Revert "MDEV-20342 Turn Field::flags from a member to a method" 2019-08-14 20:27:00 +04:00
blackhole Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
cassandra Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
connect Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
csv MDEV-20806 Federated does not work with INET6, returns NULL with warning ER_TRUNCATED_WRONG_VALUE 2019-10-12 07:25:53 +04:00
example Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
federated MDEV-20806 Federated does not work with INET6, returns NULL with warning ER_TRUNCATED_WRONG_VALUE 2019-10-12 07:25:53 +04:00
federatedx Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
heap MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS 2019-11-19 16:28:15 +03:00
innobase MDEV-18115 Remove dummy tablespace for the redo log 2020-01-01 22:09:51 +08:00
maria Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
mroonga MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
myisam Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
myisammrg MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
oqgraph Revert "MDEV-20342 Turn Field::flags from a member to a method" 2019-08-14 20:27:00 +04:00
perfschema Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
rocksdb Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
sequence MDEV-16327: Server doesn't account for engines that supports OFFSET on their own. 2019-10-13 09:40:41 +02:00
sphinx Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
spider fix compiler warnings 2019-12-06 05:10:01 +09:00
test_sql_discovery MDEV-19944 Remove GIS data types from keyword list in lex.h 2019-07-04 07:48:46 +04:00
tokudb fix a bad merge 2019-12-20 19:47:31 +01:00