mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Make Win compiler happy.
This commit is contained in:
@@ -407,10 +407,12 @@ static TYPELIB output_typelib=
|
|||||||
static MYSQL_SYSVAR_ENUM(output_type, output_type, PLUGIN_VAR_RQCMDARG,
|
static MYSQL_SYSVAR_ENUM(output_type, output_type, PLUGIN_VAR_RQCMDARG,
|
||||||
#ifdef DO_SYSLOG
|
#ifdef DO_SYSLOG
|
||||||
"Desired output type. Possible values - 'syslog', 'file'"
|
"Desired output type. Possible values - 'syslog', 'file'"
|
||||||
|
" or 'null' as no output.",
|
||||||
#else
|
#else
|
||||||
"Desired output type. Possible values - 'file'"
|
"Desired output type. Possible values - 'file'"
|
||||||
|
" or 'null' as no output.",
|
||||||
#endif
|
#endif
|
||||||
" or 'null' as no output.", 0, update_output_type, OUTPUT_FILE,
|
0, update_output_type, OUTPUT_FILE,
|
||||||
&output_typelib);
|
&output_typelib);
|
||||||
static MYSQL_SYSVAR_STR(file_path, file_path, PLUGIN_VAR_RQCMDARG,
|
static MYSQL_SYSVAR_STR(file_path, file_path, PLUGIN_VAR_RQCMDARG,
|
||||||
"Path to the log file.", NULL, update_file_path, default_file_name);
|
"Path to the log file.", NULL, update_file_path, default_file_name);
|
||||||
|
Reference in New Issue
Block a user