From d7462fb74675261a32594db2a3a4889b0eb0f8e2 Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Mon, 30 Nov 2009 17:49:15 -0700 Subject: WL#2360 Performance schema Part 1: Instrumentation interface --- include/my_sys.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'include/my_sys.h') diff --git a/include/my_sys.h b/include/my_sys.h index 9121f0f249e..f4217b17fee 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2003 MySQL AB +/* Copyright (C) 2000-2003 MySQL AB, 2008-2009 Sun Microsystems, Inc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1018,5 +1018,15 @@ void netware_reg_user(const char *ip, const char *user, const char *application); #endif +#include + +#ifdef HAVE_PSI_INTERFACE +extern MYSQL_PLUGIN_IMPORT struct PSI_bootstrap *PSI_hook; +void my_init_mysys_psi_keys(void); +#endif + +struct st_mysql_file; +extern struct st_mysql_file *mysql_stdin; + C_MODE_END #endif /* _my_sys_h */ -- cgit v1.2.1