mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug #32307 mysqltest - does not detect illegal if syntax
This commit is contained in:
@ -206,7 +206,7 @@ START TRANSACTION;
|
||||
-- disable_query_log
|
||||
-- disable_result_log
|
||||
let $n=50;
|
||||
while ($n>3)
|
||||
while ($n)
|
||||
{
|
||||
eval call test.p3($n);
|
||||
dec $n;
|
||||
|
Reference in New Issue
Block a user