mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #32307 mysqltest - does not detect illegal if syntax
This commit is contained in:
@ -1665,7 +1665,7 @@ DROP PROCEDURE IF EXISTS p1;
|
||||
let $iterations= 100;
|
||||
--disable_query_log
|
||||
--disable_result_log
|
||||
while ($iterations > 0)
|
||||
while ($iterations)
|
||||
{
|
||||
--error ER_PARSE_ERROR
|
||||
PREPARE stmt FROM "CREATE PROCEDURE p1()";
|
||||
|
Reference in New Issue
Block a user