MXS-1935 Add test that exposes problem
"PREPARE a FROM @var" is not classified.
This commit is contained in:
@ -109,3 +109,6 @@ SELECT PREVIOUS VALUE FOR SEQ;
|
||||
|
||||
# MXS-1874
|
||||
SET STATEMENT max_statement_time=30 FOR SELECT seq FROM seq_0_to_100000;
|
||||
|
||||
# MXS-1935
|
||||
PREPARE a FROM @sql;
|
||||
|
||||
Reference in New Issue
Block a user