Thomas Kaester writes:
> Hello Sinisa and everybody who can help me!
>
> I try to develop a UDF which returns a string! But I get only 256 characters of the
>string! I tried to change my alloc function, so that I only use my_malloc and
>my_free! But the result is the same! The necessary me
Hello Sinisa and everybody who can help me!
I try to develop a UDF which returns a string! But I get only 256 characters of the
string! I tried to change my alloc function, so that I only use my_malloc and my_free!
But the result is the same! The necessary memory is allocated in xxx_init() and