提交 1e11e828 authored 作者: Noel Grandin's avatar Noel Grandin

revert "#790: why are temporary LOBs showing up on the system session?"

commit c4680b60, now that we know that the problem is the combination of triggers and LOBs
上级 99216697
......@@ -1714,11 +1714,6 @@ public class Session extends SessionWithState {
if (v.getType() != Value.CLOB && v.getType() != Value.BLOB) {
return;
}
// issue #790: why are temporary LOBs showing up on the system session?
if (SysProperties.CHECK && id == 1) {
throw DbException.throwInternalError(
"the system session is not supposed to be creating temporary LOBs");
}
if (v.getTableId() == LobStorageFrontend.TABLE_RESULT ||
v.getTableId() == LobStorageFrontend.TABLE_TEMP) {
if (temporaryResultLobs == null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论