提交 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. ...@@ -112,11 +112,13 @@ Creates a SQL script with or without the insert statements.
The simple format does not use multi-row 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. 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. 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 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 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, 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. and a result set without the insert statements is returned.
When using encryption, only DEFLATE and LZF are supported. 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. The password must be in single quotes. It is case sensitive and can contain spaces.
"," ","
SCRIPT NODATA SCRIPT NODATA
......
...@@ -10,6 +10,7 @@ import java.sql.ResultSet; ...@@ -10,6 +10,7 @@ import java.sql.ResultSet;
import java.sql.Statement; import java.sql.Statement;
import java.util.Random; import java.util.Random;
import org.h2.constant.SysProperties;
import org.h2.result.SortOrder; import org.h2.result.SortOrder;
import org.h2.test.TestBase; import org.h2.test.TestBase;
...@@ -67,7 +68,7 @@ public class TestIndex extends TestBase { ...@@ -67,7 +68,7 @@ public class TestIndex extends TestBase {
// // time = System.currentTimeMillis(); // // time = System.currentTimeMillis();
// testHashIndex(true, false); // testHashIndex(true, false);
System.setProperty("h2.logDeleteDelay", "999999999"); //System.setProperty(SysProperties.H2_LOG_DELETE_DELAY, "999999999");
int testx; int testx;
if(config.logMode != 2) { if(config.logMode != 2) {
return; return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论