correct parameter of hash_result

(SCRUM)
This commit is contained in:
wax@mysql.com 2003-01-26 07:00:01 +05:00
parent 272354b1a2
commit dfed401e69

View file

@ -378,7 +378,7 @@ int mysql_create_function(THD *thd,udf_func *udf)
}
rw_wrlock(&THR_LOCK_udf);
if ((hash_search(&udf_hash,(byte*) &udf->name, udf->name.length)))
if ((hash_search(&udf_hash,(byte*) &udf->name.str, udf->name.length)))
{
net_printf(thd, ER_UDF_EXISTS, udf->name);
goto err;