diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-12-15 21:45:22 +0300 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-12-15 21:45:22 +0300 |
commit | 7a6e5c3f4cbbfeabd370e074ad03fb7dae90b964 (patch) | |
tree | c5bdf39edfe6126050810bb9269e5bb4fc8cf16d /include/my_sys.h | |
parent | 3394cbf72cc09ca4735f88c2669ccd853134dfa8 (diff) | |
parent | fd433cfb96adcbb013b27838cd80576dff92989d (diff) | |
download | mariadb-git-7a6e5c3f4cbbfeabd370e074ad03fb7dae90b964.tar.gz |
Merge next-mr -> next-4284.
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index bbbc89cb9f8..5c1dd062355 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 @@ -1021,5 +1021,15 @@ void netware_reg_user(const char *ip, const char *user, const char *application); #endif +#include <mysql/psi/psi.h> + +#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 */ |