diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-31 19:58:52 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-31 19:58:52 +0100 |
commit | c5c48d2895eac6210e8bc914646b89e2ceb02190 (patch) | |
tree | e3d740954d5ec7089be07b8e1ff402bf4d5fff2e /lib/input/sql | |
parent | Unlocking an unlocked mutex trips tsan (diff) | |
download | mygrate-c5c48d2895eac6210e8bc914646b89e2ceb02190.tar.bz2 mygrate-c5c48d2895eac6210e8bc914646b89e2ceb02190.tar.xz mygrate-c5c48d2895eac6210e8bc914646b89e2ceb02190.zip |
Verify that server binlog-format is row
Diffstat (limited to 'lib/input/sql')
-rw-r--r-- | lib/input/sql/selectBinLogFormat.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |