mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Added clarification comment regarding added ROLLBACK to mysqlbinlog output
This commit is contained in:
parent
ba55d19f57
commit
906cd821e2
7 changed files with 40 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue