代码搜索:Replication
找到约 424 项符合「Replication」的源代码
代码结果 424
www.eeworm.com/read/461563/7224755
dll microsoft.sqlserver.replication.dll
www.eeworm.com/read/136989/5837553
cpp ami_replication_strategy.cpp
// AMI_Replication_Strategy.cpp,v 1.3 2003/10/17 06:36:28 huangming Exp
#include "AMI_Replication_Strategy.h"
#include "AMI_Primary_Replication_Strategy.h"
ACE_RCSID (EventChannel,
www.eeworm.com/read/136989/5837554
h ami_replication_strategy.h
// -*- C++ -*-
//=============================================================================
/**
* @file AMI_Replication_Strategy.h
*
* AMI_Replication_Strategy.h,v 1.2 2003/10/15 18:0
www.eeworm.com/read/136989/5837587
h basic_replication_strategy.h
// -*- C++ -*-
//=============================================================================
/**
* @file Basic_Replication_Strategy.h
*
* Basic_Replication_Strategy.h,v 1.2 2003/10/15
www.eeworm.com/read/136989/5837589
cpp basic_replication_strategy.cpp
// Basic_Replication_Strategy.cpp,v 1.3 2003/10/16 08:03:40 jwillemsen Exp
#include "Basic_Replication_Strategy.h"
#include "GroupInfoPublisher.h"
#include "FTEC_Event_Channel.h"
#include "Reque
www.eeworm.com/read/115070/6120367
sql replication-reset-master.sql
BEGIN;
--
-- reloid's get lost during dump/restore - reset them
--
UPDATE _rserv_tables_
SET reloid=
(select oid
FROM pg_class pgc
WHERE relname=_rserv_tables_.tname);
--
-- Purge pending sync log
www.eeworm.com/read/115070/6120368
sql replication-reset-slave.sql
--
-- reloid's get lost during a dump/restore - reset them
--
UPDATE _rserv_slave_tables_
SET reloid=
(select oid
FROM pg_class pgc
WHERE relname=_rserv_slave_tables_.tname);
--
-- Blank out all th
www.eeworm.com/read/177407/5327341
java x_ad_replication.java
/** Generated Model - DO NOT CHANGE - Copyright (C) 1999-2005 Jorg Janke */
package org.compiere.model;
import java.util.*;
import java.sql.*;
import java.math.*;
import org.compiere.util.*;
/**
www.eeworm.com/read/360437/2962666
result rpl_replication_delay.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
show slave status /* Second_behind reports 0 */;;
www.eeworm.com/read/360437/2962667
test rpl_replication_delay.test
#
# Testing replication delay reporting (bug#29309)
# there is an unavoidable non-determinism in the test
# please compare the results with the comments
#
source include/master-slave.inc;
connecti