diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.cmake b/config.h.cmake index 2bb62516d2b..e0e19f37261 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -604,10 +604,6 @@ #cmakedefine WITH_CSV_STORAGE_ENGINE 1 #cmakedefine WITH_PARTITION_STORAGE_ENGINE 1 #cmakedefine WITH_PERFSCHEMA_STORAGE_ENGINE 1 -#cmakedefine WITH_NDBCLUSTER_STORAGE_ENGINE 1 -#if (WITH_NDBCLUSTER_STORAGE_ENGINE) && !defined(EMBEDDED_LIBRARY) -# define HAVE_NDB_BINLOG 1 -#endif #cmakedefine WITH_ARIA_STORAGE_ENGINE 1 #cmakedefine USE_ARIA_FOR_TMP_TABLES 1 |