mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
garbles data if longer than 766 chars. The problem is that a stored routine returns BLOBs to the previous caller, BLOBs are shallow-copied (i.e. only pointers to the data are copied). The fix is to also copy data of BLOBs.
123 KiB
123 KiB