summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
diff options
context:
space:
mode:
authoranozdrin@mysql.com <>2006-05-10 23:16:30 +0400
committeranozdrin@mysql.com <>2006-05-10 23:16:30 +0400
commit65b87b86a39d62ae781475d596dfabc379543cbb (patch)
treeeee71724a8803bced338d450083b960c7efcab22 /sql/sql_yacc.yy
parent247be7d4a922c008b8810be923165c3170804413 (diff)
downloadmariadb-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