📄 no.158.prelude.mil
字号:
# >Number: 158include "mil_algebra_procs";include "mil_system_procs";# >Category: Mserver# >Synopsis: non-persistent BATs in source/prelude disappear# >Confidential: no# >Severity: critical# >Priority: high# >Responsible: boncz (Peter Boncz)# >State: open# >Class: sw-bug# >Submitter-Id: unknown# >Arrival-Date: Wed Jun 24 11:06:43 1998# >Originator: windhouw@cwi.nl# >Organization:# CWI# >Release: 980101# >Environment:# # >Description:# Non-persistent BATs created in a module prelude or# in a source script are after execution not available# # Test script# 8<-----# test := new(int,int);# test.insert(1,1);# 8<-----# Test output# 8<-----# #You are system administrator (adm)!# >source("/ufs/windhouw/tmp/test.mil");# >test.print;# !WARNING: interpret: convert identifier 'test' to string.# [ "test" ]# 8<-----# # Renaming the temporary BAT doesn't help. Making# persistent helps, but well ...setoid(oid(10000000));var test1 := new(int,int);test1.insert(1,1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -