Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.3, 10.4, 10.5, 10.6, 10.7, 10.8
-
Component/s: Replication, Sequences
-
Labels:None
Description
Even with binlog_row_image = full, select nextval(seq_gen) write to binlog in binlog_row_image = minimal mode.
 |
START TRANSACTION
|
/*!*/; |
# at 15406542 |
# at 15406588 |
#220504 18:00:23 server id 202 end_log_pos 15406588 CRC32 0xe4eb5cad Annotate_rows: |
#Q> select nextval(seq_gen)
|
### INSERT INTO `t1`.`seq_gen`
|
### SET
|
### @1=3000 /* LONGINT meta=0 nullable=0 is_null=0 */ |
### @8=0 /* LONGINT meta=0 nullable=0 is_null=0 */ |
Attachments
Issue Links
- causes
-
MXS-4120 Avrorouter crash with a SEQUENCE engine table
-
- Closed
-