no.158.prelude.mil

来自「一个内存数据库的源代码这是服务器端还有客户端」· MIL 代码 · 共 44 行

MIL
44
字号
# >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 + =
减小字号Ctrl + -
显示快捷键?