 |
MySQL Bugs: #12618: update with join clause is not replicated
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)
bugs.mysql.com |
 |