diff options
author | unknown <monty@mysql.com> | 2004-10-08 16:40:00 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-10-08 16:40:00 +0300 |
commit | aa14d7361d3bd6fd6943d8732363f392cb316a65 (patch) | |
tree | 58aef043f728310efa92720330d1d0f1346fdf2b /innobase/include | |
parent | c428135ec8550b62a58ac061733c6c31c277a651 (diff) | |
parent | b5f445a0e9f35809d49faee64b69f45c12e8d877 (diff) | |
download | mariadb-git-aa14d7361d3bd6fd6943d8732363f392cb316a65.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
BitKeeper/etc/logging_ok:
auto-union
Diffstat (limited to 'innobase/include')
-rw-r--r-- | innobase/include/sync0arr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/include/sync0arr.h b/innobase/include/sync0arr.h index 92691d5fdd9..fecd910683e 100644 --- a/innobase/include/sync0arr.h +++ b/innobase/include/sync0arr.h @@ -97,9 +97,11 @@ sync_arr_wake_threads_if_sema_free(void); /************************************************************************** Prints warnings of long semaphore waits to stderr. */ -void +ibool sync_array_print_long_waits(void); /*=============================*/ + /* out: TRUE if fatal semaphore wait threshold + was exceeded */ /************************************************************************ Validates the integrity of the wait array. Checks that the number of reserved cells equals the count variable. */ |