Commit 69850286 authored by unknown's avatar unknown
Browse files

After merge fix


innobase/include/srv0srv.h:
  Restore accidentally deleted comment.
parent f09d789c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -472,6 +472,9 @@ srv_printf_innodb_monitor(
	ulint*	trx_end);	/* out: file position of the end of
				the list of active transactions */

/**********************************************************************
Function to pass InnoDB status variables to MySQL */

void
srv_export_innodb_status(void);
/*=====================*/