WL#5796: Move definition of replication server variables to library

Affects: Server-5.5   —   Status: Un-Assigned

This is a step towards making replication a library, such that the 5.6 rpl-lib can  
be plugged into the 5.5 core [WL#5675].

We move all server variables defined by replication from core to rpl-lib. Each 
server variable will be defined in the init() function of one of the classes 
Binlog, Master, and Slave.