diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-08-11 16:17:08 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-08-14 19:45:58 +0200 |
commit | 34319403a510b92317d7bc8993f0d675e4841757 (patch) | |
tree | 65075185b6d6c669190ec1cceaa39c57dfef388c /sql/mysqld.cc | |
parent | 3ec96c18244b448b2adf30deb856e34907c12326 (diff) | |
download | mariadb-git-34319403a510b92317d7bc8993f0d675e4841757.tar.gz |
fix a comment
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index dcd45bcfc49..fce56e3f059 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -1691,7 +1691,7 @@ static void close_connections(void) { DBUG_PRINT("quit",("Informing thread %ld that it's time to die", (ulong) tmp->thread_id)); - /* We skip slave threads & scheduler on this first loop through. */ + /* We skip slave threads on this first loop through. */ if (tmp->slave_thread) continue; |