Releases: bakwc/mysql_ch_replicator
Releases · bakwc/mysql_ch_replicator
0.0.26
31 Oct 08:27
Compare
Sorry, something went wrong.
No results found
What's Changed
Better numeric types handling (Unsigned types, unsigned tinyint, smallint, mediumint, int, bigint) by @bakwc
varbinary type support by @bakwc
Full Changelog : 0.0.24...0.0.26
0.0.25
30 Oct 18:57
Compare
Sorry, something went wrong.
No results found
What's Changed
Fixed running initial replication when switched DB by @bakwc in #13
Fixed comments in table create statement by @bakwc
Fixed double by @bakwc
Full Changelog : 0.0.23...0.0.24
0.0.23
30 Oct 13:32
Compare
Sorry, something went wrong.
No results found
0.0.22
30 Oct 09:32
Compare
Sorry, something went wrong.
No results found
0.0.21
30 Oct 08:20
Compare
Sorry, something went wrong.
No results found
0.0.20
29 Oct 19:07
Compare
Sorry, something went wrong.
No results found
0.0.19
27 Oct 20:16
Compare
Sorry, something went wrong.
No results found
What's Changed
Logging improvements @bakwc in #9
Writing logs to files, separated by database
Added cpu_load metric
Fixed bug with removing dump files with low activity use-cases (no records added for a long time)
Full Changelog : 0.0.18...0.0.19
0.0.18
27 Oct 15:58
Compare
Sorry, something went wrong.
No results found
0.0.17
13 Oct 16:53
Compare
Sorry, something went wrong.
No results found
What's Changed
Prevent binlog removal during initial replication by @bakwc in #5
Tables and databases flexible filtering by @bakwc in #6
Now possible to use a list of databases / tables, e.g.:
databases : ['my_database_1', 'my_database_2']
tables : ['table_1', 'table_2*']
Previous syntax (with single database) also supported.
Full Changelog : 0.0.16...0.0.17
0.0.16
07 Oct 19:10
Compare
Sorry, something went wrong.
No results found