Changeset: 09ddf0c2c2b4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=09ddf0c2c2b4 Modified Files: sql/scripts/99_system.sql Branch: transaction-replication Log Message:
Add an explicit commit statement at the end of the system.sql script. This should force commit the changes applied by the previous scripts, s.t. when these are executed on SQL store init, they are applied. diffs (10 lines): diff --git a/sql/scripts/99_system.sql b/sql/scripts/99_system.sql --- a/sql/scripts/99_system.sql +++ b/sql/scripts/99_system.sql @@ -25,3 +25,5 @@ update _tables -- so far only system schemas update schemas set system = true; + +COMMIT; \ No newline at end of file _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
