]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_es_query.h
update sources to v12.1.1
[ceph.git] / ceph / src / rgw / rgw_es_query.h
index 4375d93251cf609fdb3e3324918f3796f9749c24..1341e4443a9e0f25c557f9a95c837814fe6a8092 100644 (file)
@@ -102,8 +102,8 @@ class ESQueryCompiler {
   ESEntityTypeMap *generic_type_map{nullptr};
   ESEntityTypeMap *custom_type_map{nullptr};
 
-  map<string, string, ltstr_nocase> *field_aliases;
-  set<string> *restricted_fields;
+  map<string, string, ltstr_nocase> *field_aliases = nullptr;
+  set<string> *restricted_fields = nullptr;
 
 public:
   ESQueryCompiler(const string& query, list<pair<string, string> > *prepend_eq_conds, const string& _custom_prefix) : parser(query), custom_prefix(_custom_prefix) {