• Binbin's avatar
    Remove dead code around should_expand_db (#12767) · a3ae2ed3
    Binbin authored
    when dbExpand is called from rdb.c with try_expand set to 0, it will
    either panic panic on OOM, or be non-fatal (should not fail RDB loading)
    
    At the same time, the log text has been slightly adjusted to make it
    more unified.
    a3ae2ed3
db.c 112 KB