代码搜索:Replication
找到约 424 项符合「Replication」的源代码
代码结果 424
www.eeworm.com/read/205865/15304992
h file.h
//-< FILE.CPP >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/158683/5596461
h file.h
//-< FILE.CPP >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/170872/9783175
h file.h
//-< FILE.CPP >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/323119/13351551
result ndb_binlog_multi.result
drop table if exists t1,t2;
drop table if exists t1,t2;
SHOW TABLES;
Tables_in_test
CREATE TABLE t2 (a INT PRIMARY KEY, b int) ENGINE = NDB;
show tables;
Tables_in_test
t2
INSERT INTO t2 VALUES (1,1),
www.eeworm.com/read/323119/13353290
test ndb_binlog_multi.test
-- source include/have_ndb.inc
-- source include/have_multi_ndb.inc
-- source include/have_binlog_format_row.inc
--disable_warnings
connection server2;
drop table if exists t1,t2;
connection server1;
www.eeworm.com/read/323119/13353632
test rpl000002.test
# Mixed DDL-DML (CREATE ... SELECT ...) statements can only be
# replicated properly in statement-based replication.
# Currently statement based due to bug 12345
--source include/have_binlog_format_st
www.eeworm.com/read/136989/5838153
idl ft_replicationmanager.idl
/* -*- IDL -*- */
//=============================================================================
/**
* @file FT_ReplicationManager.idl
*
* FT_ReplicationManager.idl,v 1.2 2003/12/22 01:4
www.eeworm.com/read/323119/13351982
result rpl_ndb_sync.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;
STOP SLAVE;
CREATE DATABASE ndbsynctest;
USE ndbsy