Bug#42108 Wrong locking for UPDATE with subqueries leads to broken statement
replication MySQL server uses wrong lock type (always TL_READ instead of TL_READ_NO_INSERT when appropriate) for tables used in subqueries of UPDATE statement. This leads in some cases to a broken replication as statements are written in the wrong order to the binlog.
Showing
Please register or sign in to comment