diff options
author | marko@hundin.mysql.fi <> | 2005-05-06 12:43:10 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2005-05-06 12:43:10 +0300 |
commit | ec0052cda4afcba4fe07bfae0f11a5d3f25fbaa5 (patch) | |
tree | ec7b9904f8d4ced21c479ae813bc93054c6a22bc /innobase | |
parent | 2f0424cd62255a358bb359655fc8007cba3589cb (diff) | |
download | mariadb-git-ec0052cda4afcba4fe07bfae0f11a5d3f25fbaa5.tar.gz |
After merge fix
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); /*=====================*/ |