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 thesystem.query_logtable, unlike other functions. This PR implements the addition of the UDF name to one of the two columnsused_executable_user_defined_functionsorused_sql_user_defined_functionsif the UDF was used in the request. #81101 (Kyamran).