summaryrefslogtreecommitdiff
path: root/mysql-test/include/daemon_example_bad_format.ini
Commit message (Collapse)AuthorAgeFilesLines
* BUG#12707948 : mysql_plugin cannot run on WindowsChuck Bell2011-07-191-5/+5
| | | | | | | | | | | | | | 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.
* WL#5710 : mysql_plugin - enable or disable pluginsChuck Bell2011-07-191-0/+8
This patch adds a new client utility that enables or disables plugin features. The utility disables or enables a plugin using values (name, soname, and symbols) provided via a configuration file by the same name. For example, to ENABLE the daemon_example plugin, the utility will read the daemon_example.ini configuration file and use the values contained to enable or disable the plugin.