mariadb/storage/innobase/srv
Marko Mäkelä 8bbcc0d505 MDEV-12218: Put back mariabackup --innodb-flush-method
Implement innodb_flush_method as an enum parameter in Mariabackup,
instead of ignoring the option and hard-wiring it to a default value.

xb0xb.h: Remove. Only xtrabackup.cc refers to the enum parameters.

innodb_flush_method_names[], innodb_flush_method_typelib[]:
Define as non-static, so that mariabackup can share the definitions.

srv_file_flush_method: Change the type to ulong, to match the
assignment in init_one_value() and handle_options() in mariabackup.
2018-04-30 18:22:52 +03:00
..
srv0conc.cc MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
srv0mon.cc MDEV-16045: Allocate log_sys statically 2018-04-29 09:46:24 +03:00
srv0srv.cc MDEV-12218: Put back mariabackup --innodb-flush-method 2018-04-30 18:22:52 +03:00
srv0start.cc MDEV-16045: Replace log_group_t with log_t::files 2018-04-29 09:46:24 +03:00