Commit 0baf8fab authored by unknown's avatar unknown
Browse files

show automatic commits in general log

parent 80ddfccf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3137,6 +3137,7 @@ int Xid_log_event::exec_event(struct st_relay_log_info* rli)
{
  rli->inc_event_relay_log_pos();
  /* For a slave Xid_log_event is COMMIT */
  mysql_log.write(thd,COM_QUERY,"COMMIT /* implicit, from Xid_log_event */");
  return end_trans(thd, COMMIT);
}
#endif /* !MYSQL_CLIENT */