diff options
author | marko@hundin.mysql.fi <> | 2004-07-12 15:13:18 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-07-12 15:13:18 +0300 |
commit | bea2f4305ee6b418b9ad4d8309cbdb8e913ed054 (patch) | |
tree | 56be07977acfd18f8f7ec1c92b4ee9506f85b471 /innobase/include/srv0srv.h | |
parent | 74f3da33bf44c6dfd4d6e8f2fff876099bfc0777 (diff) | |
download | mariadb-git-bea2f4305ee6b418b9ad4d8309cbdb8e913ed054.tar.gz |
InnoDB: Increment the lock wait watchdog timeout during CHECK TABLE
(Bug #2694)
Diffstat (limited to 'innobase/include/srv0srv.h')
-rw-r--r-- | innobase/include/srv0srv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/include/srv0srv.h b/innobase/include/srv0srv.h index 40a96e79973..0be13528fd7 100644 --- a/innobase/include/srv0srv.h +++ b/innobase/include/srv0srv.h @@ -149,6 +149,7 @@ extern ulint srv_test_n_mutexes; extern ulint srv_test_array_size; extern ulint srv_activity_count; +extern ulint srv_fatal_semaphore_wait_threshold; extern mutex_t* kernel_mutex_temp;/* mutex protecting the server, trx structs, query threads, and lock table: we allocate |