提交 924b32e3 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 0e597e68
......@@ -44,6 +44,7 @@ public class TestOutOfMemory extends TestBase {
stat.execute("insert into stuff(id) select x from system_range(1, 3000)");
PreparedStatement prep = conn.prepareStatement("update stuff set text = text || ' upd'");
prep.execute();
stat.execute("checkpoint");
eatMemory(80);
try {
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论