diff options
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index 76ed13acf40..6ea5c3c84bf 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -152,7 +152,6 @@ ENDIF() SET(EMBEDDED_API) FOREACH(f ${CLIENT_API_FUNCTIONS}) - #IF(NOT(f MATCHES "plugin") AND NOT (f MATCHES "_start$") AND NOT (f MATCHES "_cont$")) IF(NOT(f MATCHES "plugin|_start$|_cont$")) SET(EMBEDDED_API ${EMBEDDED_API} ${f}) ENDIF() |