提交 0c909fff authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 692c07f9
......@@ -344,7 +344,7 @@ public class Database implements DataHandler {
String pos = log == null ? null : log.getWritePos();
lock.setProperty("logPos", pos);
lock.setProperty("changePending", pending ? "true" : null);
// ensure that the writer thread will
// ensure that the writer thread will
// not reset the flag before we are done
reconnectCheckNext = System.currentTimeMillis() + 2 * SysProperties.RECONNECT_CHECK_DELAY;
old = lock.save();
......
......@@ -288,6 +288,7 @@ public class PageBtreeIndex extends BaseIndex {
*
* @param data the data
* @param offset the offset
* @param onlyPosition whether only the position of the row is stored
* @return the row
*/
SearchRow readRow(DataPage data, int offset, boolean onlyPosition) throws SQLException {
......
......@@ -183,7 +183,6 @@ abstract class PageData extends Record {
/**
* Get the row for the given key.
*
* @param session the session
* @param key the key
* @return the row
*/
......
.translator=Tomek (2009-06-16)
.translator=Tomek
a.help=Pomoc
a.language=Polski
......@@ -144,4 +143,4 @@ tree.indexes=Indeksy
tree.nonUnique=Nieunikalny
tree.sequences=Sekwencje
tree.unique=Unikalny
tree.users=U&\#380;ytkownicy
\ No newline at end of file
tree.users=U&\#380;ytkownicy
......@@ -644,6 +644,13 @@ public class TestFunctions extends TestBase implements AggregateFunction {
}
//## Java 1.5 end ##
/**
* This method is called via reflection from the database.
*
* @param a the first UUID
* @param b the second UUID
* @return a xor b
*/
public static UUID xorUUID(UUID a, UUID b) {
return new UUID(a.getMostSignificantBits() ^ b.getMostSignificantBits(),
a.getLeastSignificantBits() ^ b.getLeastSignificantBits());
......
......@@ -590,4 +590,5 @@ overall httpdocs tigris eclemma separates underscore yajsw she her truncating
relocating smtps smtp osde joist catching guesses delimiters shortlist sheet
rowspan cheat partitioning datepart dreamsource toussi locates fred
longnvarchar collate localdb nan bootclasspath bcp retrotranslator iterable
ops jopr googlegroups fletcher prefer djava expires
\ No newline at end of file
ops jopr googlegroups fletcher prefer djava expires fffe polish articles
attachment transiently
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论