From c5c48d2895eac6210e8bc914646b89e2ceb02190 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Jul 2021 19:58:52 +0100 Subject: Verify that server binlog-format is row --- lib/input/sql/selectBinLogFormat.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/input/sql/selectBinLogFormat.sql (limited to 'lib/input/sql') diff --git a/lib/input/sql/selectBinLogFormat.sql b/lib/input/sql/selectBinLogFormat.sql new file mode 100644 index 0000000..da0a791 --- /dev/null +++ b/lib/input/sql/selectBinLogFormat.sql @@ -0,0 +1 @@ +SELECT @@binlog_format -- cgit v1.2.3