2701 Tomas Ulin 2008-10-02 [merge]
merge
modified:
sql/ha_ndbcluster.cc
2700 Tomas Ulin 2008-10-02 [merge]
merge
=== modified file 'sql/ha_ndbcluster.cc'
--- a/sql/ha_ndbcluster.cc 2008-10-02 09:27:40 +0000
+++ b/sql/ha_ndbcluster.cc 2008-10-02 14:55:27 +0000
@@ -3181,7 +3181,7 @@ int ha_ndbcluster::ndb_write_row(uchar *
for (;;)
{
Ndb_tuple_id_range_guard g(m_share);
- if (ndb->getAutoIncrementValue(m_table, g.range, auto_value, 1) == -1)
+ if (ndb->getAutoIncrementValue(m_table, g.range, auto_value, 1000) == -1)
{
if (--retries &&
ndb->getNdbError().status == NdbError::TemporaryError)
| Thread |
|---|
| • bzr push into mysql-5.1 branch (tomas.ulin:2700 to 2701) | Tomas Ulin | 2 Oct |