v.25.6Bug Fix (user-visible misbehavior in an official stable release)

Add to the system

User Defined Functions (UDF) names are not added to the system.query_log table, unlike other functions. This PR implements the addition of the UDF name to one of the two columns used_executable_user_defined_functions or used_sql_user_defined_functions if the UDF was used in the request. #81101 (Kyamran).