| 686 | } |
| 687 | |
| 688 | void REPL_journal_switch(thread_db* tdbb) |
| 689 | { |
| 690 | const auto dbb = tdbb->getDatabase(); |
| 691 | |
| 692 | const auto replMgr = dbb->replManager(); |
| 693 | if (!replMgr) |
| 694 | return; |
| 695 | |
| 696 | replMgr->forceJournalSwitch(); |
| 697 | } |
no test coverage detected