Closed GoogleCodeExporter closed 9 years ago
Hi,
You have disabled locking (lock_mode 0) and used multi-threaded access. This is
not supported, unfortunately the database didn't detect this. The next version
of H2 will detect it and not allow it. I believe this is the reason why the
database gets corrupt (because the file is accessed by multiple threads
concurrently).
You you try again with either using the default lock mode, or disabling
multi-threaded access?
Regards,
Thomas
Original comment by thomas.t...@gmail.com
on 19 May 2011 at 6:10
Trying to disable locking and multi-threaded is now detected and rejected.
Original comment by thomas.t...@gmail.com
on 11 Sep 2011 at 3:02
Original issue reported on code.google.com by
michal.b...@gmail.com
on 15 Apr 2011 at 8:41