Changeset: c41005dc2f59 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c41005dc2f59
Modified Files:
        sql/backends/monet5/sql.mal
Branch: HTM
Log Message:

Fix pre/persist-commit MAL funciton definitions


diffs (18 lines):

diff --git a/sql/backends/monet5/sql.mal b/sql/backends/monet5/sql.mal
--- a/sql/backends/monet5/sql.mal
+++ b/sql/backends/monet5/sql.mal
@@ -66,10 +66,11 @@ pattern abort()
 address SQLabort
 comment "Trigger the abort operation for a MAL block";
 
-address SQLprecommit()
+pattern precommit()
+address SQLprecommit
 comment "Pre-commit changes, writing them only to the WAL.";
-pattern persistcommit(c:any...)
-address SQLpersistcommit()
+pattern persistcommit()
+address SQLpersistcommit
 comment "Persists per-commited changes, writing them to certain BATs.";
 
 pattern catalog(type:int,sname:str,name:str,action:int):void
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to