代码搜索:Replication
找到约 424 项符合「Replication」的源代码
代码结果 424
www.eeworm.com/read/273525/4210191
ado dprobit.ado
*! version 3.1.17 18mar2005
program define dprobit, eclass byable(recall)
version 6.0, missing
// replication based -vce()- types are not allowed
_vce_parserun dprobit, nojackknife noboot : `0
www.eeworm.com/read/268871/4249122
x lsdctl_prot.x
%#include
struct lsdctl_setreplicate_arg {
bool enable; /* disable replication if false */
bool randomize; /* start at 0 at the same time if false */
};
/* Cf location.h */
st
www.eeworm.com/read/430360/1931960
txt tproc.txt
TPROC.EXE
Tproc is a jump table creation tool that has code replication capacity for
each code block. At its simplest it produces code of the following type
without the error prone problems of ma
www.eeworm.com/read/398634/2375326
test rpl_charset.test
# Replication of character sets.
# This test will fail if the server/client does not support enough charsets.
source include/master-slave.inc;
--disable_warnings
set timestamp=1000000000;
drop databa
www.eeworm.com/read/398634/2375426
test rpl_slave_status.test
# Test case for BUG #10780
--source include/master-slave.inc
connection master;
grant replication slave on *.* to rpl@127.0.0.1 identified by 'rpl';
connection slave;
stop slave;
change master to mast
www.eeworm.com/read/398634/2375680
test rpl_flush_log_loop.test
# Testing if "flush logs" command bouncing resulting in logs created in a loop
# in case of bi-directional replication
source include/master-slave.inc;
connection slave;
stop slave;
--replace_resul
www.eeworm.com/read/384760/2597587
readme
# $Id: README,v 1.1 2006/07/07 23:36:13 alanb Exp $
This is the parent directory for the replication example programs.
The example is a toy stock quote server. There are two versions of
the program
www.eeworm.com/read/358128/3004611
test rpl_charset.test
# Replication of character sets.
# This test will fail if the server/client does not support enough charsets.
source include/master-slave.inc;
--disable_warnings
set timestamp=1000000000;
drop databa
www.eeworm.com/read/358128/3004725
test rpl_slave_status.test
# Test case for BUG #10780
--source include/master-slave.inc
connection master;
grant replication slave on *.* to rpl@127.0.0.1 identified by 'rpl';
connection slave;
stop slave;
change master to mast
www.eeworm.com/read/358128/3005027
test rpl_flush_log_loop.test
# Testing if "flush logs" command bouncing resulting in logs created in a loop
# in case of bi-directional replication
source include/master-slave.inc;
connection slave;
stop slave;
--replace_resul