代码搜索:Replication
找到约 424 项符合「Replication」的源代码
代码结果 424
www.eeworm.com/read/136989/5837608
h ftrtec_serviceactivate.h
// FTRTEC_ServiceActivate.h,v 1.2 2003/10/15 18:06:29 huangming Exp
#ifndef FTRTEC_SERVICE_ACTIVATE_H
#define FTRTEC_SERVICE_ACTIVATE_H
#include "Fault_Detector_Loader.h"
#include "Identificat
www.eeworm.com/read/378952/9211899
readme
== Description ==
MMM (MySQL Master-Master Replication Manager) is set of flexible scripts
to perform monitoring and management of MySQL Masrter-Master replication
cluster configurations.
== Links
www.eeworm.com/read/474814/1389676
java repmgrconfigtest.java
/*
* A test case that brings up the replication
* manager infrastructure as master. Then shut
* the master down cleanly.
* This case does not have any replication clients
* or even update the un
www.eeworm.com/read/474814/1389680
java repmgrstartuptest.java
/*
* A test case that brings up the replication
* manager infrastructure as master. Then shut
* the master down cleanly.
* This case does not have any replication clients
* or even update the un
www.eeworm.com/read/334125/3373352
c drepl_out_pull.c
/*
Unix SMB/CIFS mplementation.
DSDB replication service outgoing Pull-Replication
Copyright (C) Stefan Metzmacher 2007
This program is free software; you can redistribute it and
www.eeworm.com/read/314660/3630668
java repmgrconfigtest.java
/*
* A test case that brings up the replication
* manager infrastructure as master. Then shut
* the master down cleanly.
* This case does not have any replication clients
* or even update the un
www.eeworm.com/read/314660/3630672
java repmgrstartuptest.java
/*
* A test case that brings up the replication
* manager infrastructure as master. Then shut
* the master down cleanly.
* This case does not have any replication clients
* or even update the un
www.eeworm.com/read/398634/2375360
test rpl_loaddata.test
# See if replication of a "LOAD DATA in an autoincrement column"
# Honours autoincrement values
# i.e. if the master and slave have the same sequence
#
# check replication of load data for temporary t
www.eeworm.com/read/358128/3004651
test rpl_loaddata.test
# See if replication of a "LOAD DATA in an autoincrement column"
# Honours autoincrement values
# i.e. if the master and slave have the same sequence
#
# check replication of load data for temporary t
www.eeworm.com/read/323119/13353956
test rpl_stm_no_op.test
# It's true only in statement-based replication that a statement which
# updates no rows (UPDATE/DELETE) is binlogged; in row-based
# replication, as we log modified rows, nothing is binlogged in this