diff options
author | unknown <marko@hundin.mysql.fi> | 2005-05-06 12:43:10 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2005-05-06 12:43:10 +0300 |
commit | 698502867e344e90180538a85e37ff67a6f644b1 (patch) | |
tree | ec7b9904f8d4ced21c479ae813bc93054c6a22bc /innobase | |
parent | f09d789cb469163164a72c3d063e7e16b9fed500 (diff) | |
download | mariadb-git-698502867e344e90180538a85e37ff67a6f644b1.tar.gz |
After merge fix
innobase/include/srv0srv.h:
Restore accidentally deleted comment.
Diffstat (limited to 'innobase')
-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); /*=====================*/ |