From 63574f1275eda0f0ed439f4896b6e7daf6832a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Fri, 30 Dec 2016 15:04:10 +0200 Subject: MDEV-11690 Remove UNIV_HOTBACKUP The InnoDB source code contains quite a few references to a closed-source hot backup tool which was originally called InnoDB Hot Backup (ibbackup) and later incorporated in MySQL Enterprise Backup. The open source backup tool XtraBackup uses the full database for recovery. So, the references to UNIV_HOTBACKUP are only cluttering the source code. --- storage/innobase/include/srv0mon.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'storage/innobase/include/srv0mon.h') diff --git a/storage/innobase/include/srv0mon.h b/storage/innobase/include/srv0mon.h index d5a305bdf68..e4e1394c2d3 100644 --- a/storage/innobase/include/srv0mon.h +++ b/storage/innobase/include/srv0mon.h @@ -38,9 +38,6 @@ Created 12/15/2009 Jimmy Yang #include -#ifndef UNIV_HOTBACKUP - - /** Possible status values for "mon_status" in "struct monitor_value" */ enum monitor_running_status { MONITOR_STARTED = 1, /*!< Monitor has been turned on */ @@ -899,9 +896,5 @@ srv_mon_default_on(void); #ifndef UNIV_NONINL #include "srv0mon.ic" #endif -#else /* !UNIV_HOTBACKUP */ -# define MONITOR_INC(x) ((void) 0) -# define MONITOR_DEC(x) ((void) 0) -#endif /* !UNIV_HOTBACKUP */ #endif -- cgit v1.2.1