1
0
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:
Elena Stepanova
2013-11-07 03:49:13 +04:00
parent 71c56e6e45
commit eddc1325cb

View File

@@ -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,