summaryrefslogtreecommitdiff
path: root/storage/perfschema/ha_perfschema.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/ha_perfschema.cc')
-rw-r--r--storage/perfschema/ha_perfschema.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/storage/perfschema/ha_perfschema.cc b/storage/perfschema/ha_perfschema.cc
index 7ea68670304..e8e9581d54b 100644
--- a/storage/perfschema/ha_perfschema.cc
+++ b/storage/perfschema/ha_perfschema.cc
@@ -31,17 +31,6 @@
#include "pfs_user.h"
#include "pfs_account.h"
-#ifdef MY_ATOMIC_MODE_DUMMY
-/*
- The performance schema can can not function with MY_ATOMIC_MODE_DUMMY,
- a fully functional implementation of MY_ATOMIC should be used instead.
- If the build fails with this error message:
- - either use a different ./configure --with-atomic-ops option
- - or do not build with the performance schema.
-*/
-#error "The performance schema needs a functional MY_ATOMIC implementation."
-#endif
-
handlerton *pfs_hton= NULL;
static handler* pfs_create_handler(handlerton *hton,