Skip to content

Commit be8c871

Browse files
committed
ci print debug
1 parent 8fc3393 commit be8c871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

replication/row_event.go

+1
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,7 @@ func (e *RowsEvent) decodeImage(data []byte, bitmap []byte, rowImageType EnumRow
11571157
if col < int(e.ColumnCount) {
11581158
count += bits.OnesCount8(bitmap[col>>3] & byte((1<<int(e.ColumnCount)-col)-1))
11591159
}
1160+
fmt.Println(e.ColumnCount, count, col, len(bitmap), int(e.ColumnCount)-count)
11601161
skips := make([]int, 0, int(e.ColumnCount)-count)
11611162
count = bitmapByteSize(count)
11621163

0 commit comments

Comments
 (0)