代码搜索:Replication

找到约 424 项符合「Replication」的源代码

代码结果 424
www.eeworm.com/read/323119/13353203

test rpl_insert_select.test

# Testcase for BUG#10456 - INSERT INTO ... SELECT violating a primary key # breaks replication -- source include/master-slave.inc connection master; create table t1 (n int not null primary key); ins
www.eeworm.com/read/480017/1323250

java replicateevent.java

//$Id: ReplicateEvent.java 6929 2005-05-27 03:54:08Z oneovthafew $ package org.hibernate.event; import org.hibernate.ReplicationMode; /** * Defines an event class for the replication of an e
www.eeworm.com/read/249895/4444832

java replicationmasterfile.java

package org.garret.perst.impl; import java.io.*; import java.net.*; import org.garret.perst.*; /** * File performing replication of changed pages to specified slave nodes. */ public c
www.eeworm.com/read/249895/4445111

java replicationmasterfile.java

package org.garret.perst.impl; import java.io.*; import java.net.*; import org.garret.perst.*; /** * File performing replication of changed pages to specified slave nodes. */ public c
www.eeworm.com/read/190346/5185652

webdav-proxy

Branch: http://svn.collab.net/repos/svn/branches/dav-mirror/ Purpose: This branch is meant to introduce a master/slave server replication model for Subversion ra_dav transactions. All clients i
www.eeworm.com/read/288894/4001353

java replicateevent.java

//$Id: ReplicateEvent.java 6929 2005-05-27 03:54:08Z oneovthafew $ package org.hibernate.event; import org.hibernate.ReplicationMode; /** * Defines an event class for the replication of an e
www.eeworm.com/read/398634/2375257

test rpl000017.test

connect (master,localhost,root,,test,$MASTER_MYPORT,$MASTER_MYSOCK); connect (slave,localhost,root,,test,$SLAVE_MYPORT,slave.sock); connection master; reset master; grant replication slave on *.* to r
www.eeworm.com/read/398634/2375280

test rpl_failed_optimize.test

source include/have_innodb.inc; source include/master-slave.inc; # # BUG#5551 "Failed OPTIMIZE TABLE is logged to binary log" # Replication should work when OPTIMIZE TABLE timeouts, and # when OPTIM
www.eeworm.com/read/398634/2375316

test rpl_insert_select.test

# Testcase for BUG#10456 - INSERT INTO ... SELECT violating a primary key # breaks replication -- source include/master-slave.inc connection master; create table t1 (n int not null primary key); ins
www.eeworm.com/read/398634/2375503

test rpl_trigger.test

# # Test of triggers with replication # source include/master-slave.inc; # # #12482: Triggers has side effects with auto_increment values # create table t1 (a int auto_increment, primary key (a), b