summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-05-06 12:43:10 +0300
committerunknown <marko@hundin.mysql.fi>2005-05-06 12:43:10 +0300
commit698502867e344e90180538a85e37ff67a6f644b1 (patch)
treeec7b9904f8d4ced21c479ae813bc93054c6a22bc /innobase
parentf09d789cb469163164a72c3d063e7e16b9fed500 (diff)
downloadmariadb-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.h3
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);
/*=====================*/