This behavior change is in the 2022_08 bundle. In the 6.35 release, the bundle is disabled by default.
For the most up-to-date details about the version and date in which it will be enabled, as well as other release-related details, see the Behavior Change Log.
The following column has been added to the Information Schema FUNCTIONS view and the output of the SHOW FUNCTIONS command:
Column Name
|
Data Type
|
Description
|
IS_MEMOIZABLE
|
STRING
|
Specifies whether the function is a memoizable function.
|
To help minimize the impact of this addition, the column has been added as the last column in the output.
Ref: 844