File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def __init__(
127
127
log_file = self .log_file ,
128
128
log_pos = self .log_pos ,
129
129
freeze_schema = True , # If true do not support ALTER TABLE. It's faster.
130
- blocking = self . blocking ,
130
+ blocking = False ,
131
131
resume_stream = self .resume_stream ,
132
132
)
133
133
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ chown -R $CLICKHOUSE_USER:$CLICKHOUSE_GROUP /var/run/clickhouse-mysql
118
118
chown -R $CLICKHOUSE_USER:$CLICKHOUSE_GROUP /var/log/clickhouse-mysql
119
119
120
120
/usr/bin/pip3 install mysqlclient
121
- /usr/bin/pip3 install mysql-replication== 0.44
121
+ /usr/bin/pip3 install mysql-replication== 0.45.1
122
122
/usr/bin/pip3 install clickhouse-driver
123
123
/usr/bin/pip3 install configobj
124
124
Original file line number Diff line number Diff line change 1
1
clickhouse-driver == 0.2.0
2
- mysql-replication == 0.44
2
+ mysql-replication == 0.45.1
3
3
mysqlclient == 2.0.3
4
4
PyMySQL == 1.0.2
5
5
pytz == 2021.1
Original file line number Diff line number Diff line change 75
75
# https://packaging.python.org/en/latest/requirements.html
76
76
install_requires = [
77
77
'mysqlclient' ,
78
- 'mysql-replication==0.44 ' ,
78
+ 'mysql-replication==0.45.1 ' ,
79
79
'clickhouse-driver' ,
80
80
'configobj' ,
81
81
'setuptools' ,
You can’t perform that action at this time.
0 commit comments