MDEV-261 : mysqtest crashes when assigning variable to result of select , like
let x = `SELECT <something>` The fix is to detect the condition "no active connection", to report error and die. Note, that the check for no active connection was already in place for ordinary commands, and was missing only for assign-variable command.
Showing
Please register or sign in to comment