WL#11031: Deprecate --relay-log-info-file and --master-info-file

Affects: Server-8.0   —   Status: Complete

EXECUTIVE SUMMARY
=================

This worklog implements a deprecation warning when the user sets
or reads the value of --relay-log-info-file and --master-info-file.

BACKGROUND
==========

- relay-log-info-repository : This option causes the server to log its
  relay log info to a file or a table.  The name of the file defaults
  to relay-log.info; you can change the name of the file using the
  --relay-log-info-file server option.

- master-info-repository : This option causes the server to write its
  master info log to a file or a table.  The name of the file defaults
  to master.info; you can change the name of the file using the
  --master-info-file server option.

- WL#6959 has deprecated the use of these two options when set to FILE
  (master_info_repository=FILE and relay_log_info_repository=FILE).
  This was done in 8.0.3. In this worklog we are removing the repository 
  options and metadata files.

RATIONALE
=========

This worklog addresses the fact that there are deprecation warnings
missing for the following two options: relay-log-info-file and
master-info-file. These should have been deprecated already together
with their "parent" options relay_log_info_repository=FILE and
master_info_repository=FILE respectively.