刘安

Results 38 issues of 刘安

## Description kafka full replication job column type year(4): default value type should be int ## Steps to reproduce the issue 1. create db and table ``` create database action_db;...

kafka

## Steps to reproduce the issue 1. oracle sql ``` CREATE TABLE TEST.INTEGER_COLUMNS(col1 INT, col2 INTEGER); INSERT INTO TEST.INTEGER_COLUMNS VALUES (1, -9999999999999999999999999999999999999999); INSERT INTO TEST.INTEGER_COLUMNS VALUES (2, 9999999999999999999999999999999999999999); ``` 2....

Oracle

## Description kafka incr replication job: When the event contains multiple statements, the row value is always 0 ## Steps to reproduce the issue 1. create mysql-kakfka job ```json {...

kafka

## Description kafka incr replication job: file is empty and server id is not correct ## Steps to reproduce the issue 1. create db and table and check server_id ```...

kafka

## Description kafka incr replication job: thread is always null ## Steps to reproduce the issue 1. create db and table ``` create database action_db_1; use action_db_1 create table aggregation_source(id...

kafka

## Description kafka full replication job column type timestamp: set default value is CURRENT_TIMESTAMP or NOW, but not output in kafka message ## Steps to reproduce the issue 1. create...

kafka

## Description kafka full replication job column type bool: the value should be true or false ## Steps to reproduce the issue 1. create db and table ``` create database...

kafka

## Description kafka job: wrong version in the message ## Steps to reproduce the issue 1. create db and table, then insert some data ``` create database action_db_1; use action_db_1...

kafka

## Description kafka full replication job: kafka message file and pos is empty ## Steps to reproduce the issue 1. create db and table, then insert some data ``` create...

kafka

## Description mysql-mysql job incr repl stage: stop or kill dest MySQL cause lost data ## Steps to reproduce the issue 1. insert some data on src MySQL ```bash shell>...