Update of /cvsroot/monetdb/sql/src/backends/monet4
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25071/src/backends/monet4
Modified Files:
Tag: SQL_2-16
sql_session.mx
Log Message:
for the sake of portability:
use LLFMT instead of "%lld"
Index: sql_session.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet4/sql_session.mx,v
retrieving revision 1.219.2.3
retrieving revision 1.219.2.4
diff -u -d -r1.219.2.3 -r1.219.2.4
--- sql_session.mx 16 Feb 2007 19:49:43 -0000 1.219.2.3
+++ sql_session.mx 1 Apr 2007 11:53:48 -0000 1.219.2.4
@@ -209,7 +209,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