sean.k1 (Umhyunsik)

Results 35 comments of sean.k1 (Umhyunsik)

@MintooJinnu If you can't tell me which rows are causing the problem, there's nothing I can do to help you.

``` mysql> CREATE TABLE YourTableName ( -> A DATETIME(3) PRIMARY KEY, -> B INT(11) UNSIGNED NOT NULL, -> C INT(11) NOT NULL, -> D INT(11) UNSIGNED NOT NULL, -> E...

i did not find error in mysql 8.0 enviornment @MintooJinnu ``` === QueryEvent === Date: 2024-02-19T10:08:01 Log position: 2322 Event size: 570 Read bytes: 570 Schema: b'test' Execution time: 0...

@MintooJinnu Please Write the problematic SQL statement query

@gongyisheng I have a question If you asynchronize the sending of the Kafka broker data, it looks like its not possible to guarantee the order of the messages. Is there...