summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-10-08 15:43:27 +0300
committerunknown <monty@mysql.com>2004-10-08 15:43:27 +0300
commitb5f445a0e9f35809d49faee64b69f45c12e8d877 (patch)
tree26d8a4d43267899111e3c944feb5b5c4064aaf54 /innobase/include
parent57fedc40708ed3266d79347cd71e829297352409 (diff)
parent66bdcf8439c3397856d028b13a6f0bb09769434d (diff)
downloadmariadb-git-b5f445a0e9f35809d49faee64b69f45c12e8d877.tar.gz
Merge
BitKeeper/etc/logging_ok: auto-union innobase/include/sync0arr.h: Auto merged innobase/sync/sync0arr.c: Auto merged scripts/mysqlhotcopy.sh: Auto merged innobase/srv/srv0srv.c: SCCS merged
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/sync0arr.h4
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. */