Changeset: 8e765c3289b1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8e765c3289b1
Modified Files:
sql/backends/monet5/sql_copyinto.h
Branch: directappend
Log Message:
Remove mal_export attribute from COPYrejects and COPYrejects_clear
Because these functions have been moved into the sql layer
diffs (13 lines):
diff --git a/sql/backends/monet5/sql_copyinto.h
b/sql/backends/monet5/sql_copyinto.h
--- a/sql/backends/monet5/sql_copyinto.h
+++ b/sql/backends/monet5/sql_copyinto.h
@@ -28,7 +28,7 @@ struct csv_parameters {
extern str mvc_import_table(Client cntxt, BAT ***bats, mvc *c, bstream *s,
bool from_stdin, sql_table *t, struct csv_parameters *csv_parms, bool
append_directly);
-mal_export str COPYrejects(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr
pci);
-mal_export str COPYrejects_clear(Client cntxt, MalBlkPtr mb, MalStkPtr stk,
InstrPtr pci);
+str COPYrejects(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
+str COPYrejects_clear(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci);
#endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list