mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Name resolution context added (BUG#6443)
This commit is contained in:
@@ -65,8 +65,8 @@ class udf_handler :public Sql_alloc
|
||||
Item_result result_type () const
|
||||
{ return u_d ? u_d->returns : STRING_RESULT;}
|
||||
bool get_arguments();
|
||||
bool fix_fields(THD *thd,struct st_table_list *tlist,Item_result_field *item,
|
||||
uint arg_count,Item **args);
|
||||
bool fix_fields(THD *thd, Item_result_field *item,
|
||||
uint arg_count, Item **args);
|
||||
void cleanup();
|
||||
double val(my_bool *null_value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user