summaryrefslogtreecommitdiff
path: root/mysql-test/include/daemon_example_bad_soname.ini
diff options
context:
space:
mode:
authorChuck Bell <chuck.bell@oracle.com>2011-07-19 10:27:15 -0400
committerChuck Bell <chuck.bell@oracle.com>2011-07-19 10:27:15 -0400
commit9e112497785d5e7ce627c825aa39e2b17a5aa73e (patch)
tree1553e57586359510038c0a8d911c66b5f426c11a /mysql-test/include/daemon_example_bad_soname.ini
parent33a36da65a0e5403903bc85d1c85729b54c0968e (diff)
downloadmariadb-git-9e112497785d5e7ce627c825aa39e2b17a5aa73e.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/include/daemon_example_bad_soname.ini')
-rw-r--r--mysql-test/include/daemon_example_bad_soname.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/include/daemon_example_bad_soname.ini b/mysql-test/include/daemon_example_bad_soname.ini
new file mode 100644
index 00000000000..5f42b5a6214
--- /dev/null
+++ b/mysql-test/include/daemon_example_bad_soname.ini
@@ -0,0 +1,9 @@
+#
+# Plugin configuration file. Place the following on a separate line:
+#
+# library binary file name (without .so or .dll)
+# component_name
+# [component_name] - additional components in plugin
+#
+libdaemon_BADNAME
+daemon_BADNAME