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

Add to the used_functions column of

Executable User Defined Functions (eUDF) names are not added to the used_functions column of the system.query_log table, unlike other functions. This PR implements the addition of the eUDF name if the eUDF was used in the request. #80073 (Kyamran).