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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 16:28:09 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 16:38:35 +0300
commitf4c8e26a279340407e30cfb0e196aa1fba813ccf (patch)
treee8d7831bd38343943ba65b42d578cd189a73b28e /include/zbxdb.h
parentf569502f75fe56ceb8e93de1bfdbfd29cd1f6c1f (diff)
.......PS. [DEV-1952] getting database name from db_version_info structure
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index e85a2da245a..99d85bc2ba3 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -147,22 +147,6 @@ char *zbx_db_dyn_escape_like_pattern(const char *src);
int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
-#ifdef HAVE_SQLITE3
-#define ZBX_DB_NAME_STR "Sqlite3"
-#endif
-
-#ifdef HAVE_MYSQL
-#define ZBX_DB_NAME_STR "MySQL"
-#endif
-
-#ifdef HAVE_POSTGRESQL
-#define ZBX_DB_NAME_STR "PostgreSQL"
-#endif
-
-#ifdef HAVE_ORACLE
-#define ZBX_DB_NAME_STR "Oracle"
-#endif
-
#define ZBX_MYSQL_MIN_VERSION 50728
#define ZBX_MYSQL_MIN_VERSION_FRIENDLY "5.07.28"
#define ZBX_MYSQL_MIN_SUPPORTED_VERSION 80000