diff options
author | serg@serg.mylan <> | 2005-02-09 20:04:28 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-02-09 20:04:28 +0100 |
commit | db13afd89db4a415e2a77b0c200a1391ea2f03fe (patch) | |
tree | e67ca6abbf7a9ea5ce41fb7435ffae76dbde21c8 /mysql-test/r/mysqlbinlog2.result | |
parent | fb78bfebe4ee10e793b3971acb4a92d7e63fc6e3 (diff) | |
download | mariadb-git-db13afd89db4a415e2a77b0c200a1391ea2f03fe.tar.gz |
auto-ROLLBACK if binlog was not closed properly
auto-commit on Xid_log_event
Diffstat (limited to 'mysql-test/r/mysqlbinlog2.result')
-rw-r--r-- | mysql-test/r/mysqlbinlog2.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlbinlog2.result b/mysql-test/r/mysqlbinlog2.result index 9fe4edf7b82..2c993bfeb0a 100644 --- a/mysql-test/r/mysqlbinlog2.result +++ b/mysql-test/r/mysqlbinlog2.result @@ -144,6 +144,7 @@ SET TIMESTAMP=1579609943; SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1; SET @@session.sql_mode=0; insert into t1 values(null, "f"); +ROLLBACK; --- offset -- /*!40019 SET @@session.max_insert_delayed_threads=0*/; @@ -171,6 +172,7 @@ SET TIMESTAMP=1579609943; SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1; SET @@session.sql_mode=0; insert into t1 values(null, "f"); +ROLLBACK; --- start-position -- /*!40019 SET @@session.max_insert_delayed_threads=0*/; @@ -188,6 +190,7 @@ SET TIMESTAMP=1579609943; SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1; SET @@session.sql_mode=0; insert into t1 values(null, "f"); +ROLLBACK; --- stop-position -- /*!40019 SET @@session.max_insert_delayed_threads=0*/; @@ -233,6 +236,7 @@ SET TIMESTAMP=1579609943; SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1; SET @@session.sql_mode=0; insert into t1 values(null, "f"); +ROLLBACK; --- stop-datetime -- /*!40019 SET @@session.max_insert_delayed_threads=0*/; |