Boaz Leskes beb55d148a
Simplify the Translog constructor by always expecting an existing translog (#28676)
Currently the Translog constructor is capable both of opening an existing translog and creating a
new one (deleting existing files). This PR separates these two into separate code paths. The
constructors opens files and a dedicated static methods creates an empty translog.
2018-02-15 09:24:09 +01:00
..
2017-11-15 21:35:54 +11:00
2018-01-26 08:15:16 -07:00
2018-02-12 15:02:13 -08:00
2017-12-14 17:47:53 +01:00