提交 9fcd5e2d authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 6f06aa37
......@@ -86,6 +86,9 @@ public class PageFreeList extends Page {
return -1;
}
} else {
// set the bit first, because logUndo can
// allocate other pages, and we must not
// return the same page twice
used.set(free);
store.logUndo(this, data);
store.update(this);
......
......@@ -182,7 +182,7 @@ public class MathUtils {
* Reverse the bits in a 32 bit integer. This code is also available in Java
* 5 using Integer.reverse, however not available yet in Retrotranslator.
* The code was taken from http://www.hackersdelight.org - reverse.c
*
*
* @param x the original value
* @return the value with reversed bits
*/
......@@ -197,7 +197,7 @@ public class MathUtils {
/**
* Reverse the bits in a 64 bit long. This code is also available in Java 5
* using Long.reverse, however not available yet in Retrotranslator.
*
*
* @param x the original value
* @return the value with reversed bits
*/
......
......@@ -297,7 +297,10 @@ java org.h2.test.TestAll timer
/*
check freelist undo recursion
translate button should be disabled by default because it is slow.
documentation: rolling review at features (alphabetically)
<code class="notranslate"></code>
mvcc merge problem
......@@ -314,8 +317,6 @@ out of memory in tests: analyze heap dump
integrate the short documentation, but where?
documentation: rolling review at roadmap.html: done
remove old TODO, move to roadmap
kill a test:
......
......@@ -111,7 +111,7 @@ public class TestPageStore extends TestBase {
p.setInt(3, random.nextInt(100));
}
p.execute();
} else if (random.nextInt(100) < 90) {
} else if (random.nextInt(100) < 90) {
p = updateMany[random.nextInt(tableCount)];
p.setInt(1, i);
p.setInt(2, random.nextInt(50));
......
......@@ -614,4 +614,5 @@ approach risky getters suxxess gmb delegate delegating delegates collisions
linkage superfluous disallow scoop moebius inputs copilot dmoebius leod jenkov
jakob poker docware peter unstable measurable scramble reissued recreation
scrambling distinguish official unofficial distinguishable overwrites lastval
notranslate
\ No newline at end of file
notranslate vince bonfanti alphabetically sysdummy sysibm activation
deactivation
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论