Changeset: a6e6e7b7d827 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a6e6e7b7d827 Modified Files: sql/backends/monet5/sql.mal Branch: sq2 Log Message:
more cleanup diffs (12 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 @@ -352,8 +352,6 @@ unsafe pattern importTable( sname:str, t address mvc_bin_import_table_wrap comment "Import a table from the files (fname)"; -module sql; - command not_unique( b:bat[:oid]) :bit address not_unique comment "check if the tail sorted bat b doesn't have unique tail values" ; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
