diff options
author | Monty <monty@mariadb.org> | 2015-07-10 12:49:05 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2015-07-10 12:49:05 +0300 |
commit | f195f93903692d4d4b459a8fb7fce3966f0cbbdc (patch) | |
tree | 5bc94de66b288461ae58c6defa18fe26a0925d9a /sql/mysqld.cc | |
parent | 24881437b7e0e50027361a0462126cd1ba0a5061 (diff) | |
download | mariadb-git-f195f93903692d4d4b459a8fb7fce3966f0cbbdc.tar.gz |
Cleanups, fixed warnings from valgrind, fixed failing tests (because on changes in WSREP initialization)
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 0cb4b601ee0..6bd8fdebf10 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -5812,7 +5812,7 @@ int mysqld_main(int argc, char **argv) } } - if (opt_bootstrap) + if (opt_bootstrap) { select_thread_in_use= 0; // Allow 'kill' to work bootstrap(mysql_stdin); |