summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSujatha Sivakumar <sujatha.sivakumar@mariadb.com>2019-03-18 15:57:44 +0530
committerSujatha Sivakumar <sujatha.sivakumar@mariadb.com>2019-03-18 15:57:44 +0530
commit88032c76a8f06542411e76bf149b036eef9b5d11 (patch)
treeff989b5b329d8b38692fffb68c73450a8b3a11c9
parent149b75476837fb96c28739d5368e977e39fd671b (diff)
downloadmariadb-git-bb-10.0-sujatha.tar.gz
MDEV-18913: typo in error logbb-10.0-sujatha
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'.
-rw-r--r--sql/rpl_mi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_mi.cc b/sql/rpl_mi.cc
index c810e030bf2..e63c8b1cad4 100644
--- a/sql/rpl_mi.cc
+++ b/sql/rpl_mi.cc
@@ -1095,7 +1095,7 @@ bool Master_info_index::init_all_master_info()
if (!err_num) // No Error on read Master_info
{
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);
}
if (succ_num) // Have some Error and some Success