Changeset: 79c42b568846 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=79c42b568846 Modified Files: monetdb5/modules/atoms/mtime.mal Branch: default Log Message:
mtime.mal: fixed typo in changeset 3fee6bf876ff: "CND" -> "CMD" found by failing test sql/test/BugTracker/Tests/decimal_prepare.SF-1655818.sql cf., http://monetdb.cwi.nl/testweb/web/showtestoutput.php?serial=45088:aefeb465071e&target=GNU-Fedora-x86_64-propcheck-assert&module=sql&test=test%2FBugTracker%2Fdecimal_prepare.SF-1655818&which=err http://monetdb.cwi.nl/testweb/web/testchange.php?test=45088:aefeb465071e/GNU-Fedora-x86_64-propcheck-assert/sql/mTests/test%2FBugTracker%2Fdecimal_prepare.SF-1655818 diffs (12 lines): diff --git a/monetdb5/modules/atoms/mtime.mal b/monetdb5/modules/atoms/mtime.mal --- a/monetdb5/modules/atoms/mtime.mal +++ b/monetdb5/modules/atoms/mtime.mal @@ -284,7 +284,7 @@ pattern calc.>=(v:timestamp,w:timestamp) address CMDvarGE comment "Equality of two timestamps"; pattern calc.isnil(v:timestamp):bit -address CNDvarISNIL +address CMDvarISNIL comment "Nil test for timestamp value"; pattern calc.min(v:timestamp,w:timestamp):timestamp address CALCmin _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
