summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-06-28 04:33:06 +0200
committerkent@mysql.com <>2005-06-28 04:33:06 +0200
commitb3a00568fb6c4b1cea73c9ed674988f618122932 (patch)
treeb38bac545b475c3ad73205a8fe13cc840034cfa0 /sql
parentec35d6bfca4e8477e9b2238f51de0eea6577e364 (diff)
downloadmariadb-git-b3a00568fb6c4b1cea73c9ed674988f618122932.tar.gz
opt_range.cc:
Added missing `;' to DBUG_RETURN()
Diffstat (limited to 'sql')
-rw-r--r--sql/opt_range.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc
index 75cf9e6b3f0..9f268804cc3 100644
--- a/sql/opt_range.cc
+++ b/sql/opt_range.cc
@@ -982,7 +982,7 @@ get_mm_parts(PARAM *param, COND *cond_func, Field *field,
field, Item_func::GT_FUNC,
value, cmp_type);
if (!tree2)
- DBUG_RETURN(0)
+ DBUG_RETURN(0);
tree= tree_or(param,tree,tree2);
}
DBUG_RETURN(tree);