Added clarification comment regarding added ROLLBACK to mysqlbinlog output

This commit is contained in:
unknown 2005-09-21 14:27:41 +02:00
commit 906cd821e2
7 changed files with 40 additions and 1 deletions

View file

@ -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;