Open GoogleCodeExporter opened 9 years ago
Please clarify:
"admin" database != "rgq_admin"
This set of commands fails on the master as well.
Original comment by g.maxia
on 17 Aug 2011 at 5:06
This set reproduces the bug.
create schema /*!IF NOT EXISTS*/ xyz;
use xyz;
create table /*!IF NOT EXISTS*/ t1(i int);
There are two consequences:
1) the commands using /*!IF NOT EXISTS*/ are assigned to the #UNKNOWN shard
2) The schema is not created.
Original comment by g.maxia
on 17 Aug 2011 at 6:06
Original comment by berkeley...@gmail.com
on 26 Aug 2011 at 12:10
I am pretty sure this is happening because of Issue 8. We block in parallel
replication until the event has been processed but not committed. The
replicator is pretty fast and can hit race conditions if you don't correct
serialize before letting another thread go ahead.
Original comment by berkeley...@gmail.com
on 13 Oct 2011 at 10:37
Original comment by robert.h...@continuent.com
on 23 Jan 2012 at 6:50
This should be corrected by the Issue 8 fix.
Original comment by robert.h...@continuent.com
on 8 Sep 2012 at 8:21
Original issue reported on code.google.com by
eona...@gmail.com
on 17 Aug 2011 at 1:38