• konstantin@mysql.com's avatar
    A fix and test case for Bug#6102 "Server crash with prepared statement · fe5889de
    konstantin@mysql.com authored
    and blank after function name".
    Crop fruits of copy-paste programming: pre-caching of stored functions
    wasn't performed for prepared statements just because implementation
    of prepared statements is done as an add-on to the main execution flow, 
    and the preload was originally implemented for main execution branch
    only (mysql_execute_command).
    fe5889de
ps.result 14.7 KB