summaryrefslogtreecommitdiff
path: root/lib/input/replStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/input/replStream.cpp')
-rw-r--r--lib/input/replStream.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/input/replStream.cpp b/lib/input/replStream.cpp
index c5bc61f..eb6c030 100644
--- a/lib/input/replStream.cpp
+++ b/lib/input/replStream.cpp
@@ -39,4 +39,10 @@ namespace MyGrate::Input {
}
}
}
+
+ void
+ ReplicationStream::stopEvents()
+ {
+ mariadb_cancel(this);
+ }
}