polardbxengine/mysql-test/suite/xengine_main/r/check_basedir.result

40 lines
1.0 KiB
Plaintext

#
# Test that --basedir, --lc-messages-dir, --character-sets-dir
# and --plugin-dir are deduced correctly from the location of
# mysqld executable.
#
# Note that deduction of --character-sets-dir and --plugin-dir does
# not currently work correctly when running from a sandbox build dir,
# (the expected string is printed anyway to avoid diffs).
#
#
# Deduce --basedir when using full path to mysqld
#
# Checking HELP_VERBOSE_OUTPUT
# basedir looks ok
# character-sets-dir is as expected
# lc-messages-dir looks ok
# plugin-dir is as expected
# HELP_VERBOSE_OUTPUT check finished
#
#
# Deduce --basedir when using path relative to CWD
#
# Checking HELP_VERBOSE_OUTPUT
# basedir looks ok
# character-sets-dir is as expected
# lc-messages-dir looks ok
# plugin-dir is as expected
# HELP_VERBOSE_OUTPUT check finished
#
#
# Deduce --basedir when using bare executable name (PATH lookup)
#
# Checking HELP_VERBOSE_OUTPUT
# basedir looks ok
# character-sets-dir is as expected
# lc-messages-dir looks ok
# plugin-dir is as expected
# HELP_VERBOSE_OUTPUT check finished
#