diff options
author | Monty <monty@mariadb.org> | 2016-04-05 17:44:12 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2016-04-05 18:00:04 +0300 |
commit | cdd404311792302a27242ba1f210be3addda6405 (patch) | |
tree | 72ca7b21a2cc4c8a211c50522885f6a4a2fa513e /sql/rpl_parallel.cc | |
parent | d0b178fb45898486979a504de30ac186f734bb26 (diff) | |
download | mariadb-git-cdd404311792302a27242ba1f210be3addda6405.tar.gz |
Cleanups:
- Removed some QQ markers
- Removed some rows not compatible with valgrind 3.9.0
- Made mysql_install_db.sh more silent by default. --verbose now gives more information
- Added assert that auto-increment doesn't generate 0 (safety)
- Removed thd->set_time() in some places as it's set in init_for_queries()
- Fixed some --big tests in tokudb
- Fixed a bug in mysql_client_test.cc where sql_mode was not properly reset
Diffstat (limited to 'sql/rpl_parallel.cc')
-rw-r--r-- | sql/rpl_parallel.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/rpl_parallel.cc b/sql/rpl_parallel.cc index acdedd6e0a0..df036d0e23f 100644 --- a/sql/rpl_parallel.cc +++ b/sql/rpl_parallel.cc @@ -987,7 +987,6 @@ handle_rpl_parallel_thread(void *arg) thd->client_capabilities = CLIENT_LOCAL_FILES; thd->net.reading_or_writing= 0; thd_proc_info(thd, "Waiting for work from main SQL threads"); - thd->set_time(); thd->variables.lock_wait_timeout= LONG_TIMEOUT; thd->system_thread_info.rpl_sql_info= &sql_info; /* |