summaryrefslogtreecommitdiff
path: root/client/mysqlbinlog.cc
diff options
context:
space:
mode:
authorunknown <lars@mysql.com>2005-09-21 14:27:41 +0200
committerunknown <lars@mysql.com>2005-09-21 14:27:41 +0200
commit906cd821e2f243bee37ad68a7d8060bd287313c0 (patch)
tree21a8ffbe8680df61cd018d96d323c1a72c0a1b6d /client/mysqlbinlog.cc
parentba55d19f57c00b966ab75a29d80cf5b5ee3e1208 (diff)
downloadmariadb-git-906cd821e2f243bee37ad68a7d8060bd287313c0.tar.gz
Added clarification comment regarding added ROLLBACK to mysqlbinlog output
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r--client/mysqlbinlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index fb9ed3af70c..eff05b9a8bf 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -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");