Skip to content

Commit

Permalink
Remove redudant defines USE_MB and USE_MB_IDENT
Browse files Browse the repository at this point in the history
Reviewer: <wlad@mariadb.com>
  • Loading branch information
an3l committed Oct 9, 2022
1 parent d099bca commit 602124b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 602124b

Please sign in to comment.