summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index d7543d86ec1..edb9732c2eb 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -756,8 +756,6 @@ char *opt_relay_logname = 0, *opt_relaylog_index_name=0;
char *opt_logname, *opt_slow_logname, *opt_bin_logname;
char *opt_binlog_index_name=0;
-
-
/* Static variables */
my_bool opt_stack_trace;
@@ -4443,7 +4441,6 @@ static int init_common_variables()
return 1;
}
-
#ifdef WITH_WSREP
/*
We need to initialize auxiliary variables, that will be
@@ -9084,7 +9081,7 @@ void refresh_status(THD *thd)
reset_pfs_status_stats();
#endif
- /* Add thread's status variabes to global status */
+ /* Add thread's status variabels to global status */
add_to_status(&global_status_var, &thd->status_var);
/* Reset thread's status variables */