[Commits] 3470856ed11: Remove unnecessary WITH_WSREP_OUT
revision-id: 3470856ed1176730e1922470d2657a5aa9431ef8 (mariadb-10.3.6-213-g3470856ed11) parent(s): 85e80059a2669a4e4ec9554c990380594d94769f author: Jan Lindström committer: Jan Lindström timestamp: 2018-11-29 12:26:04 +0200 message: Remove unnecessary WITH_WSREP_OUT --- storage/innobase/buf/buf0dump.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/storage/innobase/buf/buf0dump.cc b/storage/innobase/buf/buf0dump.cc index 34462873b57..e3aca33f828 100644 --- a/storage/innobase/buf/buf0dump.cc +++ b/storage/innobase/buf/buf0dump.cc @@ -43,9 +43,6 @@ Created April 08, 2011 Vasil Dimov #include "ut0byte.h" #include <algorithm> -#ifdef WITH_WSREP_OUT -extern my_bool wsrep_recovery; -#endif /* WITH_WSREP */ #include "mysql/service_wsrep.h" /* wsrep_recovery */ #include <my_service_manager.h>
participants (1)
-
jan