mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Polishing:
- change some return types from int to bool; - add [ERROR] tag to log_error() output; - add [INFO] tag to log_info() output; - change log messages to be more consistent.
This commit is contained in:
@ -1539,7 +1539,7 @@ int Set_option::process_option(Instance *instance, Named_value *option)
|
||||
if (instance->is_mysqld_compatible() &&
|
||||
Instance_options::is_option_im_specific(option->get_name()))
|
||||
{
|
||||
log_error("Error: IM-option (%s) can not be used "
|
||||
log_error("IM-option (%s) can not be used "
|
||||
"in the configuration of mysqld-compatible instance (%s).",
|
||||
(const char *) option->get_name(),
|
||||
(const char *) instance->get_name()->str);
|
||||
|
Reference in New Issue
Block a user