this.dbSpecific.checkTriggerConsistency(doFix);
this.sendInitialTableContent = this.info.getBoolean("replication.sendInitialTableContent", true);
// this.persistentMap = new PersistentMap(CONTRIB_PERSISTENT_MAP);
// this.persistentMap = new Info(CONTRIB_PERSISTENT_MAP);
this.dbPool = DbWatcher.getDbPool(this.info);
this.persistentInfo = new DbInfo(DbWatcher.getDbInfoPool(this.info), "replication", this.info);
// we now recreate the triggers if the version has changed
String oldVersionName = this.dbSpecific.getName() + ".previousVersion";
String oldVersion = this.persistentInfo.get(oldVersionName, null);
String currentVersion = this.info.get("replication.version", "0.0");