-
Erik Froseth authored
If the HANDLER READ statement is given an input which can't be converted to the correct type, an assertion will be raised. This is caused by the function Sql_cmd_handler_read::execute() returning TRUE without calling my_error(). The fix is to call my_error() before returning TRUE from Sql_cmd_handler_read::execute().
Erik Froseth authoredIf the HANDLER READ statement is given an input which can't be converted to the correct type, an assertion will be raised. This is caused by the function Sql_cmd_handler_read::execute() returning TRUE without calling my_error(). The fix is to call my_error() before returning TRUE from Sql_cmd_handler_read::execute().
Loading