You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweak check for schema cache serialization strategy
This checks for the inclusion of .dump rather than ending
with dump for the schema cache filename, in order to switch
between Marshal (.dump) and YAML (default).
This is so that we can wrap gzipping around both strategies
cleanly.
0 commit comments