Skip to content

Commit 011eae5

Browse files
committed
remove confused comment
1 parent b59ebc7 commit 011eae5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pymysqlreplication/bitmap.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
import struct
44

55
class Bitmap(object):
6-
""" Use for current-present-bitmap1/2 in RowsEvent, copy from MySQL mysys/my_bitmap.c
7-
See http://dev.mysql.com/doc/internals/en/rows-event.html
8-
9-
null bitmap length = (bits set in 'columns-present-bitmap1'+7)/8
10-
null bitmap2 length = (bits set in 'columns-present-bitmap2'+7)/8
11-
12-
We can not calculate the length using column count directly in minimal or noblob binlog row image.
13-
6+
""" Use for current-present-bitmap1/2 in RowsEvent, refer to mysys/my_bitmap.c
147
"""
158

169
bits2Nbits = [

0 commit comments

Comments
 (0)