mariadb/storage/xtradb/srv
Marko Mäkelä 68890fe7d4 Revert part of MDEV-12113
commit 1af8bf39ca added unnecessary
calls to fil_write_flushed_lsn() during redo log resizing at
InnoDB server startup.

Because fil_write_flushed_lsn() is neither redo-logged nor doublewrite
buffered, the call is risky and should be avoided, because if the
server killed during the write call, the whole InnoDB instance can
become inaccessible (corrupted page 0 in the system tablespace).

In the best case, this call might prevent a diagnostic message from
being emitted to the error log on the next startup.
2017-06-08 09:04:28 +03:00
..
srv0conc.cc Merge 10.0 into 10.1 2017-02-20 14:02:40 +02:00
srv0mon.cc Merge 10.0 into 10.1 2017-04-21 12:46:12 +03:00
srv0srv.cc Merge 10.0 into 10.1 2017-06-06 10:59:54 +03:00
srv0start.cc Revert part of MDEV-12113 2017-06-08 09:04:28 +03:00