Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6801/src/server
Modified Files:
sql_updates.mx
Log Message:
clean-up after propagation:
added missing (new) 4th argument to one stmt_aggr() call
Index: sql_updates.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_updates.mx,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- sql_updates.mx 1 Apr 2007 22:08:57 -0000 1.111
+++ sql_updates.mx 1 Apr 2007 23:35:41 -0000 1.112
@@ -823,7 +823,7 @@
list_append(l, stmt_dup(updates[c->colnr]));
}
- list_append(l, stmt_affected_rows(stmt_aggr(first_subset(s), NULL,
sql_bind_aggr(sql->session->schema, "count", NULL))));
+ list_append(l, stmt_affected_rows(stmt_aggr(first_subset(s), NULL,
sql_bind_aggr(sql->session->schema, "count", NULL), 1)));
stmt_destroy(s);
if ((s = sql_update(sql, schema, t, updates, l)) == NULL) {
-------------------------------------------------------------------------
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