summaryrefslogtreecommitdiff
path: root/sql/derror.cc
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-11-03 22:48:03 +0200
committermonty@narttu.mysql.fi <>2003-11-03 22:48:03 +0200
commit6b79cd5c23c33d36c6dba2c990b20af8a88f97c1 (patch)
tree68c6948d4fbd18bb59fa1aeafdce4a07a41b835f /sql/derror.cc
parentdde384d9ea881353f04ee9827421c23ded4e8c29 (diff)
parent085b1c56084d99646f2e52aee42ef026b7526eeb (diff)
downloadmariadb-git-6b79cd5c23c33d36c6dba2c990b20af8a88f97c1.tar.gz
Merge
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 */