summaryrefslogtreecommitdiff
path: root/sql/derror.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/derror.cc')
-rw-r--r--sql/derror.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/derror.cc b/sql/derror.cc
index f5fe92da238..8d4f8e664e2 100644
--- a/sql/derror.cc
+++ b/sql/derror.cc
@@ -117,7 +117,7 @@ Check that the above file is the right version for this program!",
point[i]= *point +uint2korr(head+10+i+i);
}
VOID(my_close(file,MYF(0)));
- DBUG_RETURN(FALSE);
+ DBUG_RETURN(0);
err:
switch (funktpos) {
@@ -136,7 +136,7 @@ err1:
if (file != FERR)
VOID(my_close(file,MYF(MY_WME)));
unireg_abort(1);
- return 1;
+ DEBUG_RETURN(1); // Impossible
} /* read_texts */