Bug #31321 | Partial transaction results with INSERT ... SELECT and cluster replication | ||
---|---|---|---|
Submitted: | 1 Oct 2007 17:00 | Modified: | 6 Dec 2007 17:31 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.1, 6.0 | OS: | Any |
Assigned to: | Jon Stephens | CPU Architecture: | Any |
Tags: | count(), ndb, replication |
[1 Oct 2007 17:00]
Hartmut Holzgraefe
[2 Oct 2007 5:58]
Jonas Oreland
out select count(*) is does only support dirty_read i.e you should be able to get same result on master. a program doing read with locks (shared/exclusive) should not be able to see "half" epochs... but this is not "provable" using count(*)....
[2 Oct 2007 10:00]
Jon Stephens
Changed category to Docs, reassigned to myself following discussion with Hartmut.
[6 Dec 2007 17:31]
Jon Stephens
Discussed with Jonas, updated 5.1/6.0 Cluster Limitations with info he provided.
[3 Mar 2011 23:00]
Roberto Spadim
any idea when it should be 'fixed'? maybe a option allowing dirt/non dirt reads (serialized?)