DatabaseHandle :: EnableReplicationDB - Enable replication master
The function enables a database for running as replication master on a replication server.
Return value:  Success ( logical  )
Implementation details
logical 
DatabaseHandle  :: EnableReplicationDB ( int32 max_ta, uint16 rec_version, int32 rep_cond=0 )
- max_ta
 - Maximum number of transactions
The maximum number of transactions limits the transactions, that can be stored on the replication master before being deleted. 
- rec_version - Replication database version
- rep_cond
 -  - internal feature (not documented)
Default: 0
 

