diff options
-rw-r--r-- | innobase/include/srv0srv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h index 9d96a372291..6e4241965c1 100644 --- a/innobase/include/srv0srv.h +++ b/innobase/include/srv0srv.h @@ -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); /*=====================*/ |