mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Clear old Validations during online delete (RIPD-870):
* Add Validations.LedgerSeq and .InitialSeq fields. * Clean up logging. * Lower online delete minimum for standalone mode. * Unit tests of online_delete.
This commit is contained in:
committed by
Nik Bougalis
parent
70d5c4eca7
commit
eb62959216
@@ -46,7 +46,9 @@ DatabaseCon::DatabaseCon (
|
||||
{
|
||||
try
|
||||
{
|
||||
session_ << initStrings[i];
|
||||
soci::statement st = session_.prepare <<
|
||||
initStrings[i];
|
||||
st.execute(true);
|
||||
}
|
||||
catch (soci::soci_error&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user