Re: [h2] log and undo_log

2013-09-13 Thread Thomas Mueller
Hi, As documented, LOG is the transaction log, it is shared among all sessions. See also http://en.wikipedia.org/wiki/Transaction_log http://h2database.com/html/grammar.html#set_log UNDO_LOG is per session, to undo an operation (an update that fails for example) and to rollback a transaction. Th

[h2] log and undo_log

2013-09-12 Thread Brian Craft
I don't understand the difference between these two. The docs on the "set" commands are pretty sparse, but both mention transactions. Are they explained anywhere? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group an