mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -2160,6 +2160,7 @@ public:
|
||||
DBUG_ASSERT(arg_count >= 2);
|
||||
reorder_args(0);
|
||||
}
|
||||
enum Functype functype() const { return CASE_SEARCHED_FUNC; }
|
||||
void print(String *str, enum_query_type query_type);
|
||||
bool fix_length_and_dec();
|
||||
Item *propagate_equal_fields(THD *thd, const Context &ctx, COND_EQUAL *cond)
|
||||
@@ -2212,6 +2213,7 @@ public:
|
||||
Predicant_to_list_comparator::cleanup();
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
enum Functype functype() const { return CASE_SIMPLE_FUNC; }
|
||||
void print(String *str, enum_query_type query_type);
|
||||
bool fix_length_and_dec();
|
||||
Item *propagate_equal_fields(THD *thd, const Context &ctx, COND_EQUAL *cond);
|
||||
|
Reference in New Issue
Block a user