You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to mysql protocol, prepare statment's param set by command COM_STMT_SEND_LONG_DATA will not be cleared until command COM_STMT_RESET is called. If one param is long enough to use send long data in one Exec and then very short in next Exec, it may cause error. Is it right?