WL#5755: Make CHANGE MASTER support new options without changing the parser

Affects: Server-Prototype Only   —   Status: Un-Assigned

Change the parser of CHANGE MASTER to be able to extend this command with new
options without changing the parser. 
This is required for WL#5675.

The idea is to change the parser of CHANGE MASTER to accept a list of
OPTION=VALUE, OPTION is an identifier, and VALUE is a literal value of all types
MySQL support, or a list of values. After this work, it would be possible to
extend CHANGE MASTER to support new options without changing the parser
(sql_yacc.yy).