mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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
This commit is contained in:
@ -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;
|
||||
/*
|
||||
|
Reference in New Issue
Block a user