代码搜索:Replication
找到约 424 项符合「Replication」的源代码
代码结果 424
www.eeworm.com/read/443386/1750014
c ip_vs_lblcr.c
/*
* IPVS: Locality-Based Least-Connection with Replication scheduler
*
* Version: $Id: ip_vs_lblcr.c,v 1.11 2002/09/15 08:14:08 wensong Exp $
*
* Authors: Wensong Zhang
www.eeworm.com/read/398634/2375723
test rpl_multi_delete2.test
#multi delete replication bugs
source include/master-slave.inc;
#BUG#11139 - improper wild-table and table rules
#checking for multi deletes with an alias
connection master;
set sql_log_bin=0;
cr
www.eeworm.com/read/393286/2485473
c ip_vs_lblcr.c
/*
* IPVS: Locality-Based Least-Connection with Replication scheduler
*
* Version: $Id: ip_vs_lblcr.c,v 1.11 2002/09/15 08:14:08 wensong Exp $
*
* Authors: Wensong Zhang
www.eeworm.com/read/383868/2611275
c ip_vs_lblcr.c
/*
* IPVS: Locality-Based Least-Connection with Replication scheduler
*
* Version: $Id: ip_vs_lblcr.c,v 1.11 2002/09/15 08:14:08 wensong Exp $
*
* Authors: Wensong Zhang
www.eeworm.com/read/358128/3005078
test rpl_multi_delete2.test
#multi delete replication bugs
source include/master-slave.inc;
#BUG#11139 - improper wild-table and table rules
#checking for multi deletes with an alias
connection master;
set sql_log_bin=0;
cr
www.eeworm.com/read/358128/3004167
inc master-slave.inc
# Replication tests need binlog
source include/have_log_bin.inc;
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (slave,127.0.0.
www.eeworm.com/read/273525/4208149
hlp y_estsvyrep.hlp
{smcl}
{p 0 4}
{help contents:Top}
> {help y_stat:Statistics}
> {help y_est:Estimation}
> {help y_estsvy:Survey analysis}
{bind:> {bf:Replication methods}}
{p_end}
{hline}
{title:Help file
www.eeworm.com/read/358128/3004596
test rpl_packet.test
#
# Check replication protocol packet size handling
# Bug#19402 SQL close to the size of the max_allowed_packet fails on slave
#
# max-out size db name
source include/master-slave.inc;
let $db= DB_
www.eeworm.com/read/474814/1389995
c b_txn_write.c
/*
* $Id: b_txn_write.c,v 1.12 2007/06/07 14:06:36 moshen Exp $
*/
#include "bench.h"
int usage(void);
/*
* send --
* A stubbed-out replication message function.
*/
int
send(dbenv, control, rec
www.eeworm.com/read/374348/2753498
java rstosqlinfo.java
package org.xmlBlaster.contrib.replication.impl;
import java.sql.Connection;
import java.sql.ResultSet;
import java.util.Set;
import java.util.logging.Logger;
import org.xmlBlaster.contrib.db.I_Resu