mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
Fix ; when compiling release
This commit is contained in:
parent
21d95d33bc
commit
b39ddcf9b9
@ -5682,7 +5682,7 @@ do_select(JOIN *join,List<Item> *fields,TABLE *table,Procedure *procedure)
|
|||||||
DBUG_PRINT("error",("Error: do_select() failed"));
|
DBUG_PRINT("error",("Error: do_select() failed"));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
DBUG_RETURN(join->thd->net.report_error ? -1 : error)
|
DBUG_RETURN(join->thd->net.report_error ? -1 : error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user