mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Undefined engine is not necessarily an error, removed the prefix
This commit is contained in:
@@ -38,7 +38,7 @@ let $default_char_type = CHAR(8);
|
|||||||
|
|
||||||
if (!$ENGINE)
|
if (!$ENGINE)
|
||||||
{
|
{
|
||||||
--skip ERROR: Storage engine under test is not defined, export ENGINE env variable or set it in define_engine.inc
|
--skip Storage engine under test is not defined, export ENGINE env variable or set it in define_engine.inc
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check that the storage engine is loaded. Here we don't need to worry about the case,
|
# Check that the storage engine is loaded. Here we don't need to worry about the case,
|
||||||
|
Reference in New Issue
Block a user