Changeset: 2a440e935984 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a440e935984 Modified Files: sql/backends/monet5/sql_wlcr.mal Branch: wlcr Log Message:
Fix interface diffs (14 lines): diff --git a/sql/backends/monet5/sql_wlcr.mal b/sql/backends/monet5/sql_wlcr.mal --- a/sql/backends/monet5/sql_wlcr.mal +++ b/sql/backends/monet5/sql_wlcr.mal @@ -51,8 +51,8 @@ pattern update(sname:str, tname:str, cna address WLRupdate comment "Apply the update in the workload-capture-replay list"; -pattern delete(sname:str, tname:str, b:any):int -address WLRreset +pattern delete(sname:str, tname:str, b:oid...):int +address WLRdelete comment "Apply the deletions in the workload-capture-replay list"; pattern clear_table(sname:str, tname:str):int _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
