summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2007-04-05 07:28:09 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2007-04-05 07:28:09 +0200
commitcfe2d1da886ea48c445076a3509b76ea1242e54d (patch)
tree62096ce6655e8260b3340c9110e1dd473870261b /sql/ha_ndbcluster.cc
parent4c0f3c50f80d325563380f83a6a6e620d71a359b (diff)
downloadmariadb-git-cfe2d1da886ea48c445076a3509b76ea1242e54d.tar.gz
Removed compiler warnings
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 9c5c10aa3dd..2fb245d6d96 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -3408,6 +3408,8 @@ int ha_ndbcluster::extra(enum ha_extra_function operation)
DBUG_PRINT("info", ("HA_EXTRA_UPDATE_CANNOT_BATCH"));
m_update_cannot_batch= TRUE;
break;
+ default:
+ break;
}
DBUG_RETURN(0);