代码搜索:Replication
找到约 424 项符合「Replication」的源代码
代码结果 424
www.eeworm.com/read/405469/2291626
graph4b
date
#
# Producing graphs from replication t
#
#
MODSETUP=model.$1
TRADERSETUP=trader.model4
RNSEED=1906272684
export MODSETUP
export TRADERSETUP
export RNSEED
#
market
www.eeworm.com/read/405469/2291627
graph2
date
#
# Producing graphs from replication t
#
#
MODSETUP=model.$1
TRADERSETUP=trader.model2
RNSEED=-1682027296
export MODSETUP
export TRADERSETUP
export RNSEED
#
market
www.eeworm.com/read/398634/2375264
test rpl_ee_error.test
# See if an EE_ error in one event of the master's binlog stops replication
# (it should not: in this configuration the EE_ error is probably not
# critical). Example: you do a DROP TABLE on a table
www.eeworm.com/read/398634/2375504
test rpl_until.test
source include/master-slave.inc;
# prepare version for substitutions
let $VERSION=`select version()`;
# stop slave before he will start replication also sync with master
# for avoiding undetermenist
www.eeworm.com/read/358128/3004537
test rpl_ee_error.test
# See if an EE_ error in one event of the master's binlog stops replication
# (it should not: in this configuration the EE_ error is probably not
# critical). Example: you do a DROP TABLE on a table
www.eeworm.com/read/358128/3004815
test rpl_until.test
source include/master-slave.inc;
# prepare version for substitutions
let $VERSION=`select version()`;
# stop slave before he will start replication also sync with master
# for avoiding undetermenist
www.eeworm.com/read/165923/10046004
bat setuprepl.bat
@echo off
:: Replication Demo Command Script for SQL Server CE
::
:: SetupRepl.bat - Creates the demo Nwind_SQLCE database and tables and sets up the publisher and distributor.
::
:: Warnings:
www.eeworm.com/read/298791/7935991
sql diskrent (diskrent).sql
-- Enabling the replication database
use master
GO
exec sp_replicationdboption @dbname = N'diskrent', @optname = N'publish', @value = N'true'
GO
use [diskrent]
GO
-- Adding the transactio
www.eeworm.com/read/131179/5947692
bas globals.bas
Attribute VB_Name = "Globals"
Option Explicit
'定义复制和RDA变量
Dim CEMerge As SSCE.Replication
Dim txtRDAConnectString
Dim txtRDALocalTable
Dim txtRDAQuery
Dim txtRDAErrorTab
www.eeworm.com/read/398634/2375199
test rpl_insert_ignore.test
# Testcase for BUG#6287 "Slave skips auto_increment values in Replication with InnoDB"
# The bug was that if on master, INSERT IGNORE ignored some
# rows, and the table was InnoDB with auto_inc column