Commit 7000f474 authored by unknown's avatar unknown

Use "eval select" when evaluating the environment variable "$MYSQL_TEST_ROOT"

parent 48757ce3
-- require r/not_as_root.require
disable_query_log;
select $MYSQL_TEST_ROOT as running_as_root;
eval select "$MYSQL_TEST_ROOT" as running_as_root;
enable_query_log;
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