提交 93a6e550 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 39f888e5
...@@ -19,6 +19,7 @@ Change Log ...@@ -19,6 +19,7 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>The build tool now uses JAVA_HOME for javac as well. Issue 233. <ul><li>The build tool now uses JAVA_HOME for javac as well. Issue 233.
</li><li>Opening and closing encrypted databases is now much faster.
</li><li>H2 Console: new experimental feature to support file download and upload, </li><li>H2 Console: new experimental feature to support file download and upload,
but only if there is a directory called "transfer" in the current working directory. but only if there is a directory called "transfer" in the current working directory.
For security reasons, only very simple file names are supported. Sub-directories are not supported. For security reasons, only very simple file names are supported. Sub-directories are not supported.
......
...@@ -319,7 +319,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -319,7 +319,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Applets: support read-only databases in a zip file (accessed as a resource). </li><li>Applets: support read-only databases in a zip file (accessed as a resource).
</li><li>Long running queries / errors / trace system table. </li><li>Long running queries / errors / trace system table.
</li><li>H2 Console should support JaQu directly. </li><li>H2 Console should support JaQu directly.
</li><li>H2 Console: support single file upload and directory download (optional).
</li><li>Document FTL_SEARCH, FTL_SEARCH_DATA. </li><li>Document FTL_SEARCH, FTL_SEARCH_DATA.
</li><li>Sequences: CURRVAL should be session specific. Compatibility with PostgreSQL. </li><li>Sequences: CURRVAL should be session specific. Compatibility with PostgreSQL.
</li><li>Auto-server: add option to define the IP address range or list. </li><li>Auto-server: add option to define the IP address range or list.
......
...@@ -861,7 +861,6 @@ public class Session extends SessionWithState { ...@@ -861,7 +861,6 @@ public class Session extends SessionWithState {
* executing the statement. * executing the statement.
* *
* @param command the command * @param command the command
* @param startTime the time execution has been started
*/ */
public void setCurrentCommand(Command command) { public void setCurrentCommand(Command command) {
this.currentCommand = command; this.currentCommand = command;
......
...@@ -98,6 +98,12 @@ public class PageFreeList extends Page { ...@@ -98,6 +98,12 @@ public class PageFreeList extends Page {
} }
} }
/**
* Get the first free page starting at the given offset.
*
* @param first the page number to start the search
* @return the page number, or -1
*/
int getFirstFree(int first) { int getFirstFree(int first) {
if (full) { if (full) {
return -1; return -1;
......
...@@ -657,4 +657,4 @@ javaagent park accurately adopt consists night equally enhance enhanced ...@@ -657,4 +657,4 @@ javaagent park accurately adopt consists night equally enhance enhanced
skiing honor marketing sleeping dlucene timezones shifted analyzed insists skiing honor marketing sleeping dlucene timezones shifted analyzed insists
train joining bilingual existed extremely fog bordercolor overlapping train joining bilingual existed extremely fog bordercolor overlapping
unlocking webkit dalvik recorded defrag marschall helping victor philippe unlocking webkit dalvik recorded defrag marschall helping victor philippe
pyankov pyankov enctype multipart boundary mistake enlarge
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论