summaryrefslogtreecommitdiff
path: root/mysql-test/include/daemon_example_bad_soname.ini
Commit message (Collapse)AuthorAgeFilesLines
* BUG#12707948 : mysql_plugin cannot run on WindowsChuck Bell2011-07-191-0/+9
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.