diff options
author | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 10:27:15 -0400 |
---|---|---|
committer | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 10:27:15 -0400 |
commit | 2efc47aad3959cb0aad014158ad3ca87e75ac22a (patch) | |
tree | 1553e57586359510038c0a8d911c66b5f426c11a /mysql-test/r/mysql_plugin.result | |
parent | d037148151936cc4a647be96ac4f86ec591c2982 (diff) | |
download | mariadb-git-2efc47aad3959cb0aad014158ad3ca87e75ac22a.tar.gz |
BUG#12707948 : mysql_plugin cannot run on Windows
Patch fixes an issue with reading basedir on Windows. It fixes how
the code interprets opt_basedir on Windows by adding the correct
path separators and quotes for paths with spaces.
BUG#12664302 : mysql_plugin cannot recognize the plugin config file
Patch fixes an issue with reading a plugin config file. It adds
more information to the error messages to ensure the user is
using the options correctly. Also deals with paths with spacs on
Windows.
Diffstat (limited to 'mysql-test/r/mysql_plugin.result')
-rw-r--r-- | mysql-test/r/mysql_plugin.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysql_plugin.result b/mysql-test/r/mysql_plugin.result index f64d215978a..90924b6f4e3 100644 --- a/mysql-test/r/mysql_plugin.result +++ b/mysql-test/r/mysql_plugin.result @@ -55,7 +55,7 @@ ERROR: The plugin library is missing or in a different location. # # Bad format for config file # -ERROR: The plugin library is missing or in a different location. +ERROR: Cannot read plugin config file daemon_example. Bad format in plugin configuration file. # # Missing base_dir option # |