[Commits] 6f6b74089cf: Remove extra WITH_WSREP.
revision-id: 6f6b74089cf7324205d4c774d30d35e6e650d003 (mariadb-10.3.6-185-g6f6b74089cf) parent(s): 4f5d633547688f071df517483f791457bf87873a author: Jan Lindström committer: Jan Lindström timestamp: 2018-11-08 12:37:24 +0200 message: Remove extra WITH_WSREP. --- storage/innobase/trx/trx0trx.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/storage/innobase/trx/trx0trx.cc b/storage/innobase/trx/trx0trx.cc index 388cd3c8174..600a6eb6229 100644 --- a/storage/innobase/trx/trx0trx.cc +++ b/storage/innobase/trx/trx0trx.cc @@ -55,9 +55,6 @@ Created 3/26/1996 Heikki Tuuri #include <set> #include <new> -#ifdef WITH_WSREP -#include "mysql/service_wsrep.h" -#endif /* WITH_WSREP */ /** The bit pattern corresponding to TRX_ID_MAX */ const byte trx_id_max_bytes[8] = {
participants (1)
-
jan