mariadb/sql/share
anozdrin/alik@station. 49a0f09bbf Fix for BUG#24923: Functions with ENUM issues.
The problem was that the RETURNS column in the mysql.proc was of
CHAR(64). That was not enough for storing long-named datatypes.

The fix is to change CHAR(64) to LONGBLOB, and to throw warnings
at the time a stored routine is created if some data is truncated
during writing into mysql.proc.
2007-10-17 12:13:56 +04:00
..
charsets Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug27562/my50-bug27562 2007-08-07 06:22:52 -04:00
.cvsignore
errmsg.txt Fix for BUG#24923: Functions with ENUM issues. 2007-10-17 12:13:56 +04:00
Makefile.am Many files: 2006-12-23 20:17:15 +01:00