刘安
刘安
## Description Oracle-MySQL 8 job: Data type CHAR(255) / CHARACTER(255) / NCHAR(255) Sync update statement failed ## Steps to reproduce the issue 1. create dtle job ```json { "job_id": "CHAR_255_COLUMNS",...
## Description MySQL-MySQL incr: REVOKE statement causes the source DTLE error ## Steps to reproduce the issue 1. create dtle job ```json { "job_id": "dcl", "is_password_encrypted": false, "task_step_name": "all", "failover":...
## Description Oracle-MySQL 8 job ddl : ALTER TABLE ... DROP column cause playback error ## Steps to reproduce the issue 1. create dtle job ```json { "job_id": "drop_col", "is_password_encrypted":...
## Description MySQL-kafka incr stage: stop / kill the dest DTLE or pause the job , the incr data is resent ## Steps to reproduce the issue 1. prepare data...
## Description MySQL-kafka: wrong value for data type timestamp ## Steps to reproduce the issue 1. check src MySQL time_zone ```sql mysql> SELECT @@GLOBAL.time_zone, @@SESSION.time_zone; +--------------------+---------------------+ | @@GLOBAL.time_zone | @@SESSION.time_zone...
## Description MySQL-kafka / MySQL-MySQL full stage: stop the src / dest DTLE, all data is resent ## Steps to reproduce the issue 1. insert data on src MySQL ```shell...
## Description kafka full / incr replication job column type double/double_unsigned/float/float_unsigned:if insert value is int, it's no decimal part in the kafka message return value ## Steps to reproduce the...
## Description MySQL-kafka incr stage: the value of `ts_sec` is one larger than the actual value ## Steps to reproduce the issue 1. create kafka job ```json { "job_id": "column_types_default_incr_varchar_columns",...
## Description ## Steps to reproduce the issue 1. create kafka job 2. execute sql ```sql create table tinytext_columns(id int(11) not null primary key, c_tinytext tinytext)ENGINE=InnoDB DEFAULT CHARSET=utf8; create table...