MDEV-15057 Crash when using an unknown identifier as an SP parameter
It crashed because we accessed lex->current_select when it was a NULL, which is the case for SP parameters or local variables.
Showing
Please register or sign in to comment