diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-10 20:56:54 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-10 20:56:54 -0600 |
commit | 0969368d13772f8a61ddefb53efd64d4cf42d9d3 (patch) | |
tree | c052d8d91d91bacc775ebdfd8e299c23e4a6e100 /mysql-test/r/rpl000012.result | |
parent | 6b464d84ce58f07e1a3e4b98a1d8f5eb9146f00c (diff) | |
download | mariadb-git-0969368d13772f8a61ddefb53efd64d4cf42d9d3.tar.gz |
do not log the drop internal temporary tables into the binary log
mark killed partially completed updates with an error code in binlog
stop replication if the master reports a possible partial/killed update
test partially killed update
mysql-test/r/rpl000001.result:
updated result
mysql-test/r/rpl000012.result:
updated result
mysql-test/t/rpl000001.test:
test handing a killed partial update
mysql-test/t/rpl000012.test:
test temporary table replication more thoroughly
sql/log_event.h:
mark killed partially completed updates with an error code
BitKeeper/etc/ignore:
Added bdb/btree/btree_auto.c bdb/build_vxworks/db_int.h bdb/build_win32/db_int.h bdb/build_win32/include.tcl bdb/build_win32/libdb.rc bdb/db/crdel_auto.c bdb/db/db_auto.c bdb/dist/config.hin to the ignore list
sql/slave.cc:
stop replication if the master reports a possible partial/killed update
sql/sql_base.cc:
do not log the drop internal temporary tables into the binary log
Diffstat (limited to 'mysql-test/r/rpl000012.result')
-rw-r--r-- | mysql-test/r/rpl000012.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/rpl000012.result b/mysql-test/r/rpl000012.result index ec2bd0684f1..9ce7037101e 100644 --- a/mysql-test/r/rpl000012.result +++ b/mysql-test/r/rpl000012.result @@ -2,6 +2,8 @@ n 1 2 3 +100 +101 4 5 6 |