mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
9e11249778
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.
9 lines
227 B
INI
9 lines
227 B
INI
#
|
|
# 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
|