summaryrefslogtreecommitdiffstats
path: root/database/contexts/query_scope.c
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-08-03 13:13:36 +0300
committerGitHub <noreply@github.com>2023-08-03 13:13:36 +0300
commit0e230a260ec7d8b4d6dc5c7165da6ab103d096b3 (patch)
treeb46528e5ace00358c342ea3d571d85bda5c546ed /database/contexts/query_scope.c
parent72549b3a2247f763180925d7c84b0eee8086fa14 (diff)
Revert "Refactor RRD code. (#15423)" (#15723)
This reverts commit 440bd51e08fdfa2a4daa191fb68643456028a753. dbengine was still being used for non-zero tiers even on non-dbengine modes.
Diffstat (limited to 'database/contexts/query_scope.c')
-rw-r--r--database/contexts/query_scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/contexts/query_scope.c b/database/contexts/query_scope.c
index a7f8488ca3..f3bcd0b3fa 100644
--- a/database/contexts/query_scope.c
+++ b/database/contexts/query_scope.c
@@ -17,7 +17,7 @@ ssize_t query_scope_foreach_host(SIMPLE_PATTERN *scope_hosts_sp, SIMPLE_PATTERN
uint64_t a_hash = 0;
uint64_t t_hash = 0;
- dfe_start_read(rrdb.rrdhost_root_index, host) {
+ dfe_start_read(rrdhost_root_index, host) {
if(host->node_id)
uuid_unparse_lower(*host->node_id, host_node_id_str);
else