mariadb/storage/innobase/buf
Marko Mäkelä 3e1d0ff574 Fix a merge error in commit 8f643e2063
A merge error caused InnoDB bootstrap to fail when
innodb_undo_tablespaces was set to more than 2.
This was because of a bug that was introduced to
srv_undo_tablespaces_init() by the merge.

Furthermore, some adjustments for Oracle Bug#25551311 aka
Bug#23517560 changes were forgotten. We must minimize direct
references to srv_undo_tablespaces_open and use predicates
instead.

srv_undo_tablespaces_init(): Increment srv_undo_tablespaces_open
once, not twice, per loop iteration.

is_system_or_undo_tablespace(): Remove (unused function).

is_predefined_tablespace(): Invoke srv_is_undo_tablespace().
2017-06-27 21:23:12 +03:00
..
buf0buddy.cc MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
buf0buf.cc Fix a merge error in commit 8f643e2063 2017-06-27 21:23:12 +03:00
buf0checksum.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
buf0dblwr.cc Merge 10.1 into 10.2 2017-06-08 12:45:08 +03:00
buf0dump.cc Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
buf0flu.cc Prevent interleaved error log output on InnoDB startup 2017-06-23 22:54:42 +03:00
buf0lru.cc Merge 10.1 into 10.2 2017-05-12 13:29:24 +03:00
buf0mtflu.cc MDEV-11707: Fix incorrect memset() for structures containing 2017-02-06 15:40:17 +02:00
buf0rea.cc Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00