Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/optimizer opt_datacyclotron.mx, , 1.10, 1.11
On Thu, Jul 30, 2009 at 06:34:36PM +0000, Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/optimizer In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7647
Modified Files: opt_datacyclotron.mx Log Message: Use the proper length for symbols.
U opt_datacyclotron.mx Index: opt_datacyclotron.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/opt_datacyclotron.mx,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- opt_datacyclotron.mx 14 Jul 2009 09:09:09 -0000 1.10 +++ opt_datacyclotron.mx 30 Jul 2009 18:34:34 -0000 1.11 @@ -88,7 +88,7 @@ #ifdef BIND_DATAFLOW_OPT setFunctionId(p, putName("bind",7)); ^^^^ ^ #else - setFunctionId(p, putName("copy",7)); + setFunctionId(p, putName("copy",4)); ^^^^ ^ non-educated question: why is "bind" longer than "copy" ? ... or is that parameter not the length of that symbol?
Stefan
#endif used[getArg(p,0)] = 1; actions++;
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (1)
-
Stefan Manegold