提交 21b5d16e authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 704966f5
...@@ -43,15 +43,15 @@ import org.h2.util.ScriptReader; ...@@ -43,15 +43,15 @@ import org.h2.util.ScriptReader;
import org.h2.util.StringUtils; import org.h2.util.StringUtils;
class WebThread extends Thread { class WebThread extends Thread {
protected WebServer server; private WebServer server;
protected WebSession session; private WebSession session;
protected Properties attributes; private Properties attributes;
protected Socket socket; private Socket socket;
private InputStream input; private InputStream input;
private String ifModifiedSince; private String ifModifiedSince;
String mimeType; private String mimeType;
boolean cache; private boolean cache;
// TODO web: support online data editing like http://numsum.com/ // TODO web: support online data editing like http://numsum.com/
......
...@@ -44,8 +44,8 @@ INSERT INTO ITEM VALUES(25, ...@@ -44,8 +44,8 @@ INSERT INTO ITEM VALUES(25,
</li><li>Deleting databases in the root directory now works. </li><li>Deleting databases in the root directory now works.
</li><li>Windows service: the CLASSPATH was not included. </li><li>Windows service: the CLASSPATH was not included.
</li><li>For READ_COMMITTED, when the multi-threaded </li><li>For READ_COMMITTED, when the multi-threaded
kernel is enabled, read locks are now acquired but released kernel is enabled, read locks are now acquired but released
immediately after a query. immediately after a query.
</ul> </ul>
For future plans, see the new ''Roadmap'' page on the web site. For future plans, see the new ''Roadmap'' page on the web site.
</ul> </ul>
......
...@@ -94,6 +94,8 @@ java -Xmx512m -Xrunhprof:cpu=samples,depth=8 org.h2.tools.RunScript -url jdbc:h2 ...@@ -94,6 +94,8 @@ java -Xmx512m -Xrunhprof:cpu=samples,depth=8 org.h2.tools.RunScript -url jdbc:h2
/* /*
H2 Console: the result set is not updatable by default. Need to change in web console, and test other databases
check trace.db/ number of files, limit to 1000 or so check trace.db/ number of files, limit to 1000 or so
storages should be an int hash map storages should be an int hash map
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论