diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2015-06-17 12:37:19 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2015-06-19 15:06:33 +0400 |
commit | 2b253ed41fb606de3c6d8573f95f69ae2faf18d3 (patch) | |
tree | 6ccb70b256f9beb068758cfaff6f1585f01d3dab /sql/table_cache.h | |
parent | 366cda49370eedb50dbb53ee53d3cd907c59e76d (diff) | |
download | mariadb-git-2b253ed41fb606de3c6d8573f95f69ae2faf18d3.tar.gz |
MDEV-8324 - MariaDB fails to build with performance schema disabled
Various fixes to let MariaDB compile with performance schema disabled.
Diffstat (limited to 'sql/table_cache.h')
-rw-r--r-- | sql/table_cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/table_cache.h b/sql/table_cache.h index 2d70e4c90a5..262028da9f3 100644 --- a/sql/table_cache.h +++ b/sql/table_cache.h @@ -16,8 +16,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_PSI_INTERFACE extern PSI_mutex_key key_TABLE_SHARE_LOCK_table_share; extern PSI_cond_key key_TABLE_SHARE_COND_release; +#endif class TDC_element { |