Make Win compiler happy.

This commit is contained in:
HF 2019-07-05 12:22:04 +01:00
parent be22d1ff39
commit d04961cdb3

View file

@ -407,10 +407,12 @@ static TYPELIB output_typelib=
static MYSQL_SYSVAR_ENUM(output_type, output_type, PLUGIN_VAR_RQCMDARG,
#ifdef DO_SYSLOG
"Desired output type. Possible values - 'syslog', 'file'"
" or 'null' as no output.",
#else
"Desired output type. Possible values - 'file'"
" or 'null' as no output.",
#endif
" or 'null' as no output.", 0, update_output_type, OUTPUT_FILE,
0, update_output_type, OUTPUT_FILE,
&output_typelib);
static MYSQL_SYSVAR_STR(file_path, file_path, PLUGIN_VAR_RQCMDARG,
"Path to the log file.", NULL, update_file_path, default_file_name);