⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tst308.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst308` in directory 'src/mal` itself:# 09:52:07 >  # 09:52:07 >  Mtimeout -timeout 60 mserver5 "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/dblogs" --set mapi_port=34443 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal  tst308.mal < /dev/null# 09:52:07 >  # Monet Database Server V4.99.19# Copyright (c) 1993-2006, CWI. All rights reserved.# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically linked.# config:/ufs/mk/monet5/src/mal/Tests/All.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.## exception variables are implicitly defined## by the catch statement.##catch NotDefinedException;#	io.print("Shouldn't do this");#	io.print(NotDefineException);#exit NotDefinedException;#!TypeException:user.main[5]:'NotDefineException' may not be used before being initializedfunction user.main():void;	# 0  (main:void)# exception variables are implicitly defined 	# 1  (_1:str)# by the catch statement. 	# 2  (_2:str)catch NotDefinedException:str ;	# 3  (NotDefinedException:str) jump 6    io.print("Shouldn't do this");	# 4 IOprint_val (_4:void)<-(_5:str)    io.print(NotDefineException);	# 5 IOprint_val (_6:void)<-(NotDefineException:any)exit NotDefinedException:str ;	# 6  (NotDefinedException:str)end main;	# 7  # 09:52:07 >  # 09:52:07 >  Done.# 09:52:07 >  

⌨️ 快捷键说明

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