mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
fix: add default value has_mc_flag field (#3710)
This commit is contained in:
parent
267bd431e4
commit
e2a852b7e4
1 changed files with 1 additions and 1 deletions
|
@ -1905,7 +1905,7 @@ struct RdbLoader::ObjSettings {
|
||||||
bool has_expired = false;
|
bool has_expired = false;
|
||||||
|
|
||||||
bool is_sticky = false;
|
bool is_sticky = false;
|
||||||
bool has_mc_flags;
|
bool has_mc_flags = false;
|
||||||
|
|
||||||
void Reset() {
|
void Reset() {
|
||||||
expiretime = 0;
|
expiretime = 0;
|
||||||
|
|
Loading…
Reference in a new issue