diff options
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r-- | sql/opt_range.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc index 812d5a41cbc..fe1780b92a7 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -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"); |