mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge
This commit is contained in:
@ -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 */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user