Skip to content

Commit 98444d5

Browse files
committed
removed BINLOG_DUMP_NON_BLOCK
1 parent 033c397 commit 98444d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SciSharp.MySQL.Replication/ReplicationClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private Memory<byte> GetDumpBinlogCommand(int serverId, string fileName, int pos
163163
var n = span.Slice(5);
164164
BinaryPrimitives.WriteInt32LittleEndian(n, position);
165165

166-
var flags = (short) (BINLOG_DUMP_NON_BLOCK | BINLOG_SEND_ANNOTATE_ROWS_EVENT);
166+
var flags = (short) BINLOG_SEND_ANNOTATE_ROWS_EVENT;
167167
n = n.Slice(4);
168168
BinaryPrimitives.WriteInt16LittleEndian(n, flags);
169169

0 commit comments

Comments
 (0)