Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
Description
Inspired by MDEV-16370
--source include/have_log_bin.inc
|
--source include/have_binlog_format_row.inc
|
|
create table t (a int) with system versioning; |
insert into t values (1); |
update t set a = 2 where a = 1; |
flush logs;
|
drop table t; |
--let $datadir= `select @@datadir`
|
|
--exec $MYSQL_BINLOG -v $datadir/master-bin.000001 | $MYSQL test
|
select * from t; |
|
# Cleanup
|
drop table t; |
10.3 c98e6d4b3d4d |
ERROR 1575 (HY000) at line 82: Decoding of base64 string failed
|
mysqltest: At line 11: exec of '/data/bld/10.3/bin/mysqlbinlog --defaults-file=/data/bld/10.3/mysql-test/var/my.cnf --local-load=/data/bld/10.3/mysql-test/var/tmp -v /data/bld/10.3/mysql-test/var/mysqld.1/data//master-bin.000001 | /data/bld/10.3/bin/mysql --defaults-file=/data/bld/10.3/mysql-test/var/my.cnf test' failed, error: 256, status: 1, errno: 11
|
Attachments
Issue Links
- is duplicated by
-
MDEV-10362 mysqlbinlog verbose output cannot be decoded
-
- Closed
-
- relates to
-
MDEV-16370 row-based binlog events (updates by primary key) can not be applied multiple times to system versioned tables
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Assignee | Alexander Krizhanovsky [ krizhanovsky ] | Aleksey Midenkov [ midenok ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Aleksey Midenkov [ midenok ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Aleksey Midenkov [ midenok ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Aleksey Midenkov [ midenok ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Aleksey Midenkov [ midenok ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.4 [ 22408 ] |
Component/s | Versioned Tables [ 14303 ] |
Assignee | Aleksey Midenkov [ midenok ] | Andrei Elkin [ elkin ] |
Attachment | 10.3-fix_draft.diff [ 47891 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Andrei Elkin [ elkin ] | Sujatha Sivakumar [ sujatha.sivakumar ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Labels | mysqlbinlog |
Summary | ER_BASE64_DECODE_ERROR upon replaying binary log with system table | ER_BASE64_DECODE_ERROR upon replaying binary log with system-versioned table |
Summary | ER_BASE64_DECODE_ERROR upon replaying binary log with system-versioned table | ER_BASE64_DECODE_ERROR upon replaying binary log |
Assignee | Sujatha Sivakumar [ sujatha.sivakumar ] | Andrei Elkin [ elkin ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.2 [ 14601 ] |
Fix Version/s | 10.5 [ 23123 ] |
issue.field.resolutiondate | 2020-08-31 15:50:52.0 | 2020-08-31 15:50:52.094 |
Fix Version/s | 10.1.47 [ 24510 ] | |
Fix Version/s | 10.2.34 [ 24505 ] | |
Fix Version/s | 10.3.25 [ 24506 ] | |
Fix Version/s | 10.4.15 [ 24507 ] | |
Fix Version/s | 10.5.6 [ 24508 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue is duplicated by |
Labels | mysqlbinlog | mysqlbinlog verbose |
Fix Version/s | 10.5.7 [ 25019 ] |
Fix Version/s | 10.5.6 [ 24508 ] |
Fix Version/s | 10.4.16 [ 25020 ] |
Fix Version/s | 10.4.15 [ 24507 ] |
Fix Version/s | 10.3.26 [ 25021 ] |
Fix Version/s | 10.3.25 [ 24506 ] |
Fix Version/s | 10.2.35 [ 25022 ] |
Fix Version/s | 10.2.34 [ 24505 ] |
Fix Version/s | 10.1.48 [ 25108 ] |
Fix Version/s | 10.1.47 [ 24510 ] |
Workflow | MariaDB v3 [ 87628 ] | MariaDB v4 [ 154462 ] |
Analysis