mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably scattered all over the source
include/config-netware.h: put undef HAVE_ARCHIVE_DB where it belongs
This commit is contained in:
@ -6323,7 +6323,7 @@ static void mysql_init_variables(void)
|
||||
#else
|
||||
have_example_db= SHOW_OPTION_NO;
|
||||
#endif
|
||||
#if defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)
|
||||
#if defined(HAVE_ARCHIVE_DB)
|
||||
have_archive_db= SHOW_OPTION_YES;
|
||||
#else
|
||||
have_archive_db= SHOW_OPTION_NO;
|
||||
|
Reference in New Issue
Block a user