1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-8324 - MariaDB fails to build with performance schema disabled

Various fixes to let MariaDB compile with performance schema disabled.
This commit is contained in:
Sergey Vojtovich
2015-06-17 12:37:19 +04:00
parent 366cda4937
commit 2b253ed41f
6 changed files with 9 additions and 10 deletions

View File

@ -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
{