sql: introduce mem_copy_as_ephemeral()
This patch intoduces mem_copy_as_ephemeral(). This function copies value from source MEM to destination MEM. In case value is of string or binary type and its allocation type is not static, it copied as value with ephemeral allocation type. Part of #5818
Loading
Please register or sign in to comment