MDEV-18913: typo in error log
Problem: ======== Following typo in error log: 2019-03-13 15:58:10 0 [Note] Reading of all Master_info entries succeded Should be 'succeeded' Fix: === Fixed the typo with the right word 'succeeded'.
This commit is contained in:
parent
a47464d1c1
commit
78c1be8b6b
@ -1233,7 +1233,7 @@ bool Master_info_index::init_all_master_info()
|
|||||||
if (!err_num) // No Error on read Master_info
|
if (!err_num) // No Error on read Master_info
|
||||||
{
|
{
|
||||||
if (global_system_variables.log_warnings > 1)
|
if (global_system_variables.log_warnings > 1)
|
||||||
sql_print_information("Reading of all Master_info entries succeded");
|
sql_print_information("Reading of all Master_info entries succeeded");
|
||||||
DBUG_RETURN(0);
|
DBUG_RETURN(0);
|
||||||
}
|
}
|
||||||
if (succ_num) // Have some Error and some Success
|
if (succ_num) // Have some Error and some Success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user