summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <knielsen@loke.(none)>2007-10-25 10:54:23 +0200
committerunknown <knielsen@loke.(none)>2007-10-25 10:54:23 +0200
commite9b98a5de7b49794e3bca82afc6529081e9a2bcf (patch)
tree6975f0bec8b3598a3e52c64665acfe8a45c43f0e /sql/ha_ndbcluster.cc
parentfd1730f4fe03222b9cf3fe3301a1e21f2dee35c9 (diff)
parent34279339dce0ef944c706b28d3643aa728732325 (diff)
downloadmariadb-git-e9b98a5de7b49794e3bca82afc6529081e9a2bcf.tar.gz
Merge loke.(none):/home/knielsen/devel/bug31810
into loke.(none):/home/knielsen/devel/mysql-5.0-ndb sql/ha_ndbcluster.cc: Auto merged
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index d35aa93d5d3..00e4621ec1a 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -2333,7 +2333,7 @@ int ha_ndbcluster::write_row(byte *record)
auto_value, 1) == -1)
{
if (--retries &&
- ndb->getNdbError().status == NdbError::TemporaryError);
+ ndb->getNdbError().status == NdbError::TemporaryError)
{
my_sleep(retry_sleep);
continue;
@@ -4894,7 +4894,7 @@ ulonglong ha_ndbcluster::get_auto_increment()
auto_value, cache_size, step, start))
{
if (--retries &&
- ndb->getNdbError().status == NdbError::TemporaryError);
+ ndb->getNdbError().status == NdbError::TemporaryError)
{
my_sleep(retry_sleep);
continue;