Commit fc37cdd
committed
MDEV-34134: Assertion failure in online_alter_log_row upon replicating REPAIR on mysql.gtid_slave_pos
The online alter code expects all columns set in table->read_set during the
online alter. But code to ensure this was forgotten to be added in
rpl_slave_state::gtid_delete_pending() (background cleanup job of table
mysql.gtid_slave_pos).
(Another, more general problem still remains, see MDEV-37573).
Signed-off-by: Kristian Nielsen <[email protected]>1 parent c779542 commit fc37cdd
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
942 | | - | |
943 | | - | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
944 | 951 | | |
945 | 952 | | |
946 | 953 | | |
| |||
0 commit comments