There was an error while loading. Please reload this page.
1 parent b59ebc7 commit 011eae5Copy full SHA for 011eae5
pymysqlreplication/bitmap.py
@@ -3,14 +3,7 @@
3
import struct
4
5
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
+ """ Use for current-present-bitmap1/2 in RowsEvent, refer to mysys/my_bitmap.c
14
"""
15
16
bits2Nbits = [
0 commit comments