Hi, > Are there any debug messages for CHECKPOINT SYNC that indicate the > command was properly obeyed and executed?
No. You can debug the code if you want. > Is that all that will ever appear? Yes. Unlike CHECKPOINT, the statement CHECKPOINT SYNC doesn't switch to a new transaction log. That means recovery could in theory be a little bit longer if you only do CHECKPOINT SYNC without CHECKPOINT, but that's probably less than a second. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
