MySQL Bugs: #12618: update with join clause is not replicated

MySQL Bugs: #12618: update with join clause is not replicated

瀏覽:1108
日期:2025-04-29
Description: On a simple master / slave environnement, the following update with join clause is not replicated // Query : update product join (select idpro ,min(price) as min_price,count(*) as nbr_price from price where idpro>0 and price>0 group by idpro)...看更多