1 Aug 2008 10:32
sql/src/backends/monet5 sql_bpm.mx, , 1.13, 1.14
Romulo Goncalves <romulog <at> users.sourceforge.net>
2008-08-01 08:32:18 GMT
2008-08-01 08:32:18 GMT
Update of /cvsroot/monetdb/sql/src/backends/monet5 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16536 Modified Files: sql_bpm.mx Log Message: Fix some compilation problems and also the send function. THe type of the argument is a BAT: newBatType(b->H->type, b->T->type) The get function should return a BAT and not void. U sql_bpm.mx Index: sql_bpm.mx =================================================================== RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_bpm.mx,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- sql_bpm.mx 31 Jul 2008 15:34:18 -0000 1.13 +++ sql_bpm.mx 1 Aug 2008 08:32:15 -0000 1.14 <at> <at> -36,7 +36,7 <at> <at> address send_part_wrap comment "Send part to a remote host"; -pattern get_part(sname:str, tname:str, column:str, part:int):void +pattern get_part(sname:str, tname:str, column:str, part:int):bat[:oid,:any_1] address get_part_wrap comment "Get part from a remote host";(Continue reading)
RSS Feed