mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Cleanup during reviews
Removed some optional arguments Fixed portability problem in federated tests
This commit is contained in:
@ -650,8 +650,10 @@ int imerge_list_or_tree(PARAM *param,
|
||||
*/
|
||||
|
||||
SQL_SELECT *make_select(TABLE *head, table_map const_tables,
|
||||
table_map read_tables, COND *conds, int *error,
|
||||
bool allow_null_cond)
|
||||
table_map read_tables, COND *conds,
|
||||
bool allow_null_cond,
|
||||
int *error)
|
||||
|
||||
{
|
||||
SQL_SELECT *select;
|
||||
DBUG_ENTER("make_select");
|
||||
|
Reference in New Issue
Block a user