* Alex:
Quote:
Florian Weimer wrote:
I just discovered that documented methods such as
Transaction.commitWriteNoSync are missing (in fact, there does not
seem to be a way to selectively the "write, but do not sync"
functionality). Is this intentional? Are there any other surprises I
should be aware of before relying on the Java binding?
Hi,
Transaction.commitNoSync should be present. |
But this doesn't issue a write call, I think.
Quote:
Which version of DB are you referring to? |
4.5
Quote:
What behavior are you seeing? Does the API exist, and not work, or is
it missing completely? |
Transaction.commitWriteNoSync is mentioned at the end of:
http://www.oracle.com/technology/doc...usingtxns.html
The method does not exist in the class file, and it also missing in
the shipped .java source file.
Quote:
Which platform are you using? How did you build/install DB? |
Debian unstable/sid, on amd64 or i386.