--- mysql-5.0.37.orig/sql/log_event.cc 2007-03-05 14:21:39.000000000 -0500 +++ mysql-5.0.37/sql/log_event.cc 2007-05-07 19:47:26.000000000 -0400 @@ -986,6 +986,8 @@ fprintf(file, "# %8.8lx %-48.48s |%s|\n# ", (unsigned long) (hexdump_from + (i & 0xfffffff0)), hex_string, char_string); + else + fprintf(file, "# "); } }