diff options
author | anozdrin@mysql.com <> | 2006-05-10 23:16:30 +0400 |
---|---|---|
committer | anozdrin@mysql.com <> | 2006-05-10 23:16:30 +0400 |
commit | 65b87b86a39d62ae781475d596dfabc379543cbb (patch) | |
tree | eee71724a8803bced338d450083b960c7efcab22 /sql/sql_yacc.yy | |
parent | 247be7d4a922c008b8810be923165c3170804413 (diff) | |
download | mariadb-git-65b87b86a39d62ae781475d596dfabc379543cbb.tar.gz |
Fix for BUG#18587: Function that accepts and returns TEXT
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.
Diffstat (limited to 'sql/sql_yacc.yy')
0 files changed, 0 insertions, 0 deletions