Commit eddc1325 authored by Elena Stepanova's avatar Elena Stepanova

Undefined engine is not necessarily an error, removed the prefix

parent 71c56e6e
...@@ -38,7 +38,7 @@ let $default_char_type = CHAR(8); ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment