diff options
author | Yasufumi Kinoshita <yasufumi.kinoshita@oracle.com> | 2012-04-27 19:38:13 +0900 |
---|---|---|
committer | Yasufumi Kinoshita <yasufumi.kinoshita@oracle.com> | 2012-04-27 19:38:13 +0900 |
commit | 08e7444e549722f61dd90fdf23ce05632c72044e (patch) | |
tree | f07a5b52fd94e41371d9cdaf71ac88b30ba2ea23 /storage/innobase/include/srv0srv.h | |
parent | 1a2cf649dc411b47122419cb9e8c8ef1a26ae91a (diff) | |
download | mariadb-git-08e7444e549722f61dd90fdf23ce05632c72044e.tar.gz |
Bug#11758510 (#50723): INNODB CHECK TABLE FATAL SEMAPHORE WAIT TIMEOUT POSSIBLY TOO SHORT FOR BI
Fixed not to check timeout during the check table.
Diffstat (limited to 'storage/innobase/include/srv0srv.h')
-rw-r--r-- | storage/innobase/include/srv0srv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/include/srv0srv.h b/storage/innobase/include/srv0srv.h index 811074b2be8..aa6c88e0538 100644 --- a/storage/innobase/include/srv0srv.h +++ b/storage/innobase/include/srv0srv.h @@ -173,6 +173,7 @@ extern ibool srv_print_latch_waits; extern ulint srv_activity_count; extern ulint srv_fatal_semaphore_wait_threshold; +#define SRV_SEMAPHORE_WAIT_EXTENSION 7200 extern ulint srv_dml_needed_delay; extern mutex_t* kernel_mutex_temp;/* mutex protecting the server, trx structs, |