summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSujatha <sujatha.sivakumar@mariadb.com>2019-05-30 12:11:57 +0530
committerSujatha <sujatha.sivakumar@mariadb.com>2019-05-30 12:11:57 +0530
commit78c1be8b6b427e1331bbf0e5d5a24d57dc1477e3 (patch)
tree3a30beb0f40798ba42290a9f4cd6cd575379b92c
parenta47464d1c12d773364e78f50090b08484fe76129 (diff)
downloadmariadb-git-78c1be8b6b427e1331bbf0e5d5a24d57dc1477e3.tar.gz
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'.
-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 58131ff771c..70e60b1d4ad 100644
--- a/sql/rpl_mi.cc
+++ b/sql/rpl_mi.cc
@@ -1233,7 +1233,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