Changeset: 83349182dc5d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=83349182dc5d
Modified Files:
        sql/scripts/58_hot_snapshot.sql
Branch: hot-snapshot
Log Message:

Remove suspend_/resume_log_flushing in 58_hot_snapshot.sql

The default branch now defines them in 25_debug.sql.


diffs (14 lines):

diff --git a/sql/scripts/58_hot_snapshot.sql b/sql/scripts/58_hot_snapshot.sql
--- a/sql/scripts/58_hot_snapshot.sql
+++ b/sql/scripts/58_hot_snapshot.sql
@@ -10,10 +10,3 @@
 create procedure hot_snapshot(tarfile string)
        external name sql.hot_snapshot;
 
--- Helper function to disable the log merger
-create procedure suspend_log_flushing()
-       external name sql.suspend_log_flushing;
-
--- Helper function to enable the log merger
-create procedure resume_log_flushing()
-       external name sql.resume_log_flushing;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to