1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Added clarification comment regarding added ROLLBACK to mysqlbinlog output

This commit is contained in:
lars@mysql.com
2005-09-21 14:27:41 +02:00
parent b942a98b76
commit ed7eac5973
7 changed files with 40 additions and 1 deletions

View File

@ -1434,7 +1434,7 @@ int main(int argc, char** argv)
of transaction.
*/
fprintf(result_file,
"ROLLBACK;\n"
"# End of log file\nROLLBACK;\n"
"/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;\n");
if (disable_log_bin)
fprintf(result_file, "/*!32316 SET SQL_LOG_BIN=@OLD_SQL_LOG_BIN*/;\n");