• unknown's avatar
    Check that a FUNCTION contains RETURN and that we actually get a return value. · 4379cbcf
    unknown authored
    
    include/mysqld_error.h:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    mysql-test/r/sp-error.result:
      New error tests for missing RETURNs in FUNCTIONs.
    mysql-test/t/sp-error.test:
      New error tests for missing RETURNs in FUNCTIONs.
    sql/share/czech/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/danish/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/dutch/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/english/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/estonian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/french/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/german/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/greek/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/hungarian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/italian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/japanese/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/korean/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/norwegian-ny/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/norwegian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/polish/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/portuguese/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/romanian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/russian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/serbian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/slovak/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/spanish/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/swedish/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/share/ukrainian/errmsg.txt:
      New error codes/messages for missing RETURNs in FUNCTIONs.
    sql/sp_head.h:
      Check that a FUNCTION contains RETURN.
    sql/sql_parse.cc:
      Check that a FUNCTION contains RETURN.
    sql/sql_yacc.yy:
      Check that a FUNCTION contains RETURN.
    4379cbcf
sp-error.result 3.8 KB