Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL)
-
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