diff options
author | lars@mysql.com <> | 2005-09-21 14:27:41 +0200 |
---|---|---|
committer | lars@mysql.com <> | 2005-09-21 14:27:41 +0200 |
commit | ed7eac597319feaade75417a851b06cbb8d097bd (patch) | |
tree | 21a8ffbe8680df61cd018d96d323c1a72c0a1b6d /mysql-test/r/user_var-binlog.result | |
parent | b942a98b7660dcc84ea62aa74ab0fc6be112a323 (diff) | |
download | mariadb-git-ed7eac597319feaade75417a851b06cbb8d097bd.tar.gz |
Added clarification comment regarding added ROLLBACK to mysqlbinlog output
Diffstat (limited to 'mysql-test/r/user_var-binlog.result')
-rw-r--r-- | mysql-test/r/user_var-binlog.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/user_var-binlog.result b/mysql-test/r/user_var-binlog.result index 0e9692523ef..e6f9ae1c82a 100644 --- a/mysql-test/r/user_var-binlog.result +++ b/mysql-test/r/user_var-binlog.result @@ -27,6 +27,7 @@ SET @`var1`:=_latin1 0x273B616161 COLLATE `latin1_swedish_ci`; SET @`var2`:=_latin1 0x61 COLLATE `latin1_swedish_ci`; SET TIMESTAMP=10000; insert into t1 values (@var1),(@var2); +# End of log file ROLLBACK; /*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/; drop table t1; |