diff options
author | Anel Husakovic <anel@mariadb.org> | 2022-08-08 15:03:52 +0200 |
---|---|---|
committer | Anel <an3l@users.noreply.github.com> | 2022-10-09 17:33:07 +0200 |
commit | 602124bb3bdff83f208406c866774c7a9bf14ea8 (patch) | |
tree | e1cdc4c0ac6fb6c437965eb8ac1bda8cab7df072 | |
parent | d099bcadc3e38cf21d0d378ea4627b878be0972f (diff) | |
download | mariadb-git-602124bb3bdff83f208406c866774c7a9bf14ea8.tar.gz |
Remove redudant defines USE_MB and USE_MB_IDENT
Reviewer: <wlad@mariadb.com>
-rw-r--r-- | config.h.cmake | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config.h.cmake b/config.h.cmake index 962efeb13ba..10da62abbbf 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -261,9 +261,6 @@ #cmakedefine STRUCT_TIMESPEC_HAS_TV_SEC 1 #cmakedefine STRUCT_TIMESPEC_HAS_TV_NSEC 1 -#define USE_MB 1 -#define USE_MB_IDENT 1 - /* this means that valgrind headers and macros are available */ #cmakedefine HAVE_VALGRIND_MEMCHECK_H 1 @@ -462,8 +459,8 @@ #cmakedefine MYSQL_DEFAULT_CHARSET_NAME "@MYSQL_DEFAULT_CHARSET_NAME@" #cmakedefine MYSQL_DEFAULT_COLLATION_NAME "@MYSQL_DEFAULT_COLLATION_NAME@" -#cmakedefine USE_MB 1 -#cmakedefine USE_MB_IDENT 1 +#cmakedefine USE_MB +#cmakedefine USE_MB_IDENT /* This should mean case insensitive file system */ #cmakedefine FN_NO_CASE_SENSE 1 |