1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added clarification comment regarding added ROLLBACK to mysqlbinlog output

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

View File

@ -63,6 +63,7 @@ delete from t1;
SET TIMESTAMP=100000000;
SET @@session.time_zone='Europe/Moscow';
insert into t1 values ('20040101000000'), ('20040611093902');
# End of log file
ROLLBACK;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
delete from t1;