Bug #55911 | Error updating primary key on more than one entry | ||
---|---|---|---|
Submitted: | 11 Aug 2010 13:01 | Modified: | 12 Aug 2010 18:14 |
Reporter: | Azeddine ESSAI | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | mysql-5.1-telco-7.0 | OS: | Linux (Red Hat 3.4.6-8) |
Assigned to: | CPU Architecture: | Any | |
Tags: | cluster, mysql-5.1.39 ndb-7.0.9, ndbcluster, primary key |
[11 Aug 2010 13:01]
Azeddine ESSAI
[11 Aug 2010 16:21]
Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php NDB is transactional storage engine while MyISAM is not. This explain why you don't get this error using MyISAM. Please read about transactions at http://dev.mysql.com/doc/refman/5.1/en/index.html
[12 Aug 2010 7:05]
Azeddine ESSAI
Hi, Can you explain me plase why it's not a bug? especialy, we don't use transactions : ndb_use_transactions=off Regards.
[12 Aug 2010 18:14]
Sveta Smirnova
Thank you for the feedback. This option changes case. Verified as described. Maybe duplicate of bug #55888