Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25071/src/backends/monet5
Modified Files:
Tag: SQL_2-16
sql_scenario.mx
Log Message:
for the sake of portability:
use LLFMT instead of "%lld"
Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.243.2.3
retrieving revision 1.243.2.4
diff -u -d -r1.243.2.3 -r1.243.2.4
--- sql_scenario.mx 21 Feb 2007 18:21:32 -0000 1.243.2.3
+++ sql_scenario.mx 1 Apr 2007 11:53:49 -0000 1.243.2.4
@@ -1136,7 +1136,7 @@
/* TODO use sql_prepare/execute */
snprintf(buf, BUFSIZ, "INSERT INTO \"profile\" "
- "VALUES(now,'%s',%lld,%lld,%lld,%lld,USER);\n",
+ "VALUES(now,'%s',"LLFMT","LLFMT","LLFMT","LLFMT",USER);\n",
q, parse, optimize, exec, total);
_DELETE(query);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins