提交 99f02501 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 6acd8d14
......@@ -112,11 +112,13 @@ Creates a SQL script with or without the insert statements.
The simple format does not use multi-row insert statements.
If no file name is specified, the script is returned as a result set.
This command can be used to create a backup of the database.
For long term storage, it is more portable than file based backup.
If the DROP option is specified, drop statements are created for tables, views, and sequences.
If the block size is set, CLOB and BLOB values larger than this size are split into separate blocks.
If a file name is specified, then the whole script (including insert statements) is written to this file,
and a result set without the insert statements is returned.
When using encryption, only DEFLATE and LZF are supported.
This command locks objects while it is running.
The password must be in single quotes. It is case sensitive and can contain spaces.
","
SCRIPT NODATA
......
......@@ -10,6 +10,7 @@ import java.sql.ResultSet;
import java.sql.Statement;
import java.util.Random;
import org.h2.constant.SysProperties;
import org.h2.result.SortOrder;
import org.h2.test.TestBase;
......@@ -67,7 +68,7 @@ public class TestIndex extends TestBase {
// // time = System.currentTimeMillis();
// testHashIndex(true, false);
System.setProperty("h2.logDeleteDelay", "999999999");
//System.setProperty(SysProperties.H2_LOG_DELETE_DELAY, "999999999");
int testx;
if(config.logMode != 2) {
return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论