代码搜索:Replication
找到约 424 项符合「Replication」的源代码
代码结果 424
www.eeworm.com/read/398634/2375589
test rpl_sp.test
# Test of replication of stored procedures (WL#2146 for MySQL 5.0)
# Modified by WL#2971.
# Note that in the .opt files we still use the old variable name
# log-bin-trust-routine-creators so that thi
www.eeworm.com/read/373185/2766472
txt accessserverwithsmo1.vbproj.filelist.txt
bin\Debug\AccessServerWithSMO.exe
bin\Debug\AccessServerWithSMO.pdb
bin\Debug\AccessServerWithSMO.xml
bin\Debug\Microsoft.SqlServer.Replication.dll
bin\Debug\Microsoft.SqlServer.BatchParser.dll
o
www.eeworm.com/read/373185/2766473
txt accessserverwithsmo.vbproj.filelist.txt
bin\Debug\AccessServerWithSMO.exe
bin\Debug\AccessServerWithSMO.pdb
bin\Debug\AccessServerWithSMO.xml
bin\Debug\Microsoft.SqlServer.Replication.dll
bin\Debug\Microsoft.SqlServer.BatchParser.dll
o
www.eeworm.com/read/373185/2766538
txt accessserverwithsmo1.vbproj.filelist.txt
bin\Debug\AccessServerWithSMO.exe
bin\Debug\AccessServerWithSMO.pdb
bin\Debug\AccessServerWithSMO.xml
bin\Debug\Microsoft.SqlServer.Replication.dll
bin\Debug\Microsoft.SqlServer.BatchParser.dll
o
www.eeworm.com/read/373185/2766539
txt accessserverwithsmo.vbproj.filelist.txt
bin\Debug\AccessServerWithSMO.exe
bin\Debug\AccessServerWithSMO.pdb
bin\Debug\AccessServerWithSMO.xml
bin\Debug\Microsoft.SqlServer.Replication.dll
bin\Debug\Microsoft.SqlServer.BatchParser.dll
o
www.eeworm.com/read/358128/3004554
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/358128/3004595
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/358128/3004814
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
www.eeworm.com/read/358128/3004917
test rpl_sp.test
# Test of replication of stored procedures (WL#2146 for MySQL 5.0)
# Modified by WL#2971.
# Note that in the .opt files we still use the old variable name
# log-bin-trust-routine-creators so that thi
www.eeworm.com/read/323119/13353082
test rpl_change_master.test
# Verify that after CHANGE MASTER, replication (I/O thread and SQL
# thread) restart from where SQL thread left, not from where
# I/O thread left (some old bug fixed in 4.0.17)
source include/master-