Closed GoogleCodeExporter closed 9 years ago
Original comment by linas.vi...@gmail.com
on 17 Jun 2011 at 5:07
Reproduction (node1 - master, SQL - slave):
node1 [localhost] {tungsten} (pricing) > create table ttt (i int);
Query OK, 0 rows affected (0.04 sec)
node1 [localhost] {tungsten} (pricing) > insert into ttt values (1);
Query OK, 1 row affected (0.02 sec)
node1 [localhost] {tungsten} (pricing) > update ttt set i = 2 where i = 1;
SQL> drop table mysqlrep.ttt;
node1 [localhost] {tungsten} (pricing) > update ttt set i = 3 where i = 2;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
/* Slave crashes with applier error */
./trepctl online
/* Error changes (!) Now slave crashes with PrimaryKeyFilter error above */
Original comment by linas.vi...@gmail.com
on 23 Jun 2011 at 4:44
Original comment by linas.vi...@gmail.com
on 23 Jun 2011 at 4:45
This issue was closed by revision r290.
Original comment by stephane...@gtempaccount.com
on 4 Jul 2011 at 1:28
Original issue reported on code.google.com by
linas.vi...@gmail.com
on 17 Jun 2011 at 5:07