mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Tests: many if/while expresissons simplified after 57276
This commit is contained in:
@@ -49,7 +49,7 @@ while ($i)
|
||||
let $i = 1//
|
||||
|
||||
# Check that mysql_errno is 1436
|
||||
if (`select $mysql_errno != 1436`)
|
||||
if ($mysql_errno != 1436)
|
||||
{
|
||||
die Wrong error triggered, expected 1436 but got $mysql_errno//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user