Changeset: b741b00a5132 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b741b00a5132 Modified Files: sql/test/sciql/Tests/sci03.sql Branch: sciql Log Message:
Removed the comment describing a crash The problem is not SciQL specific and a bug report has been submitted. diffs (12 lines): diff --git a/sql/test/sciql/Tests/sci03.sql b/sql/test/sciql/Tests/sci03.sql --- a/sql/test/sciql/Tests/sci03.sql +++ b/sql/test/sciql/Tests/sci03.sql @@ -4,8 +4,4 @@ UPDATE grid SET v = CASE WHEN x > y THEN x + y WHEN X<y THEN x - y ELSE 0 END; UPDATE diagonal SET v = x +y; - --- This query crashes mserver5 with: Segmentation fault. --- at .../monet/default/sql/server/sql_statement.c:708: --- n->data = push_project(sa, rows, n->data); UPDATE sparse SET v = mod(rand(),16); _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
