• anozdrin/alik@station.'s avatar
    Fix for BUG#24923: Functions with ENUM issues. · 49a0f09b
    anozdrin/alik@station. authored
    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.
    49a0f09b
mysql_system_tables_fix.sql 24.2 KB