split_inf_loop.sf-1161583.stable.out

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

OUT
25
字号
stdout of test 'split_inf_loop.SF-1161583` in directory 'tests/BugDay_2005-10-06_4.9.3` itself:# 20:07:24 >  # 20:07:24 >  Mtimeout -timeout 60 Mserver "--config=/ufs/fabian/scratch/monetdb/current/program/etc/MonetDB.conf" --debug=10 --set "monet_mod_path=/ufs/fabian/scratch/monetdb/current/program/lib/MonetDB:/ufs/fabian/scratch/monetdb/current/program/lib/bin" --set "gdk_dbfarm=/ufs/fabian/scratch/monetdb/current/program/var/MonetDB/dbfarm" --set "sql_logdir=/ufs/fabian/scratch/monetdb/current/program/var/MonetDB/log" --set mapi_port=39209 --set sql_port=47294 --set xquery_port=57709 --set monet_prompt= --trace --dbname=mTests_tests_BugDay_2005-10-06_4.9.3  < split_inf_loop.SF-1161583.milS# 20:07:24 >  # Monet Database Server V4.9.3# Copyright (c) 1993-2005, CWI. All rights reserved.# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically linked.# Visit http://monetdb.cwi.nl/ for further information.#z:= str.split("foo","");#io.print(z);#!TypeException:user.main[1]:'str.split' undefined in: z:any := str.split(_2:str, _3:str)function user.main():void;	# 0  (main:void)    z := str.split("foo","");	# 1  unknown (z:any)<-(_2:str)(_3:str)    io.print(z);	# 2 IOprint_val (_4:void)<-(z:any)end main;	# 3  # 20:07:24 >  # 20:07:24 >  Done.# 20:07:24 >  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?