• unknown's avatar
    Post-merge fixes for bug 35103 · 5a7d224d
    unknown authored
    Don't signal errors for the COM_STMT_SEND_LONG_DATA
    and COM_STMT_CLOSE commands.
    
    
    sql/sql_prepare.cc:
      Move error signaling to the callers and out of the helper
      functions because some prepared statements commands
      don't signal errors (they won't send response packets).
    5a7d224d
sql_prepare.cc 89.6 KB