mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
This commit is contained in:
@ -4244,6 +4244,10 @@ public:
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
bool adjust_formal_params_to_actual_params(THD *thd, List<Item> *args);
|
||||
bool adjust_formal_params_to_actual_params(THD *thd,
|
||||
Item **args, uint arg_count);
|
||||
bool resolve_type_refs(THD *);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user