Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_server/housekeeper/history_compress.c')
-rw-r--r--src/zabbix_server/housekeeper/history_compress.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/zabbix_server/housekeeper/history_compress.c b/src/zabbix_server/housekeeper/history_compress.c
index 68e21744cb7..43c31979de7 100644
--- a/src/zabbix_server/housekeeper/history_compress.c
+++ b/src/zabbix_server/housekeeper/history_compress.c
@@ -63,8 +63,6 @@ static int compress_older_cache = 0;
/******************************************************************************
* *
- * Function: hk_check_table_segmentation *
- * *
* Purpose: check that hypertables are segmented by itemid *
* *
* Parameters: table_name - [IN] hypertable name *
@@ -114,8 +112,6 @@ static void hk_check_table_segmentation(const char *table_name, zbx_compress_tab
/******************************************************************************
* *
- * Function: hk_get_table_compression_age *
- * *
* Purpose: returns data compression age configured for hypertable *
* *
* Parameters: table_name - [IN] hypertable name *
@@ -156,8 +152,6 @@ static int hk_get_table_compression_age(const char *table_name)
/******************************************************************************
* *
- * Function: hk_check_table_compression_age *
- * *
* Purpose: ensures that table compression is configured to specified age *
* *
* Parameters: table_name - [IN] hypertable name *
@@ -192,8 +186,6 @@ static void hk_check_table_compression_age(const char *table_name, int age)
/******************************************************************************
* *
- * Function: hk_history_enable_compression *
- * *
* Purpose: turns table compression on for items older than specified age *
* *
* Parameters: age - [IN] compression age *
@@ -218,8 +210,6 @@ static void hk_history_enable_compression(int age)
/******************************************************************************
* *
- * Function: hk_history_disable_compression *
- * *
* Purpose: turns table compression off *
* *
******************************************************************************/
@@ -244,8 +234,6 @@ static void hk_history_disable_compression(void)
/******************************************************************************
* *
- * Function: hk_history_compression_init *
- * *
* Purpose: initializing compression for history/trends tables *
* *
******************************************************************************/
@@ -319,8 +307,6 @@ void hk_history_compression_init(void)
/******************************************************************************
* *
- * Function: hk_history_compression_update *
- * *
* Purpose: history compression settings periodic update *
* *
* Parameters: cfg - [IN] database extension history compression settings *