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:
@ -1,4 +1,3 @@
|
||||
-- require r/not_as_root.require
|
||||
disable_query_log;
|
||||
eval select "$MYSQL_TEST_ROOT" as running_as_root;
|
||||
enable_query_log;
|
||||
if ($MYSQL_TEST_ROOT){
|
||||
skip Not as root;
|
||||
}
|
||||
|
Reference in New Issue
Block a user