提交 199180c5 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 9373397f
...@@ -55,9 +55,9 @@ public class PageLog { ...@@ -55,9 +55,9 @@ public class PageLog {
} }
/** /**
* Run the recovery process. There are two recovery stages: * Run the recovery process. There are two recovery stages: first only the
* first only the undo steps are run (restoring the state before the last checkpoint). * undo steps are run (restoring the state before the last checkpoint). In
* In the second stage the committed operations are re-applied. * the second stage the committed operations are re-applied.
* *
* @param undo true if the undo step should be run * @param undo true if the undo step should be run
*/ */
......
...@@ -281,7 +281,8 @@ java org.h2.test.TestAll timer ...@@ -281,7 +281,8 @@ java org.h2.test.TestAll timer
drop table test; drop table test;
create table test(id int primary key) as select 1; create table test(id int primary key) as select 1;
@LOOP 10 select * from test t where t.id in (select t2.id from test t2 where t2.id in (?, ?)); @LOOP 10 select * from test t where t.id in
(select t2.id from test t2 where t2.id in (?, ?));
remove google analytics remove google analytics
JCR: for each node type, create a table; one 'dynamic' table with parameter; JCR: for each node type, create a table; one 'dynamic' table with parameter;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论