From 74b70e0d73a6f1d93bb6234c6d2b88e005ee643e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Apr 2004 17:03:26 +0300 Subject: InnoDB: make UNIV_SYNC_DEBUG useable again innobase/include/sync0sync.h: mutex_get_debug_info(): add const qualifier innobase/srv/srv0start.c: Set srv_monitor_file_mutex at level SYNC_NO_ORDER_CHECK innobase/sync/sync0arr.c: sync_array_detect_deadlock(): Remove extraneous declaration of "lock" innobase/sync/sync0sync.c: mutex_get_debug_info(): add const qualifier --- innobase/include/sync0sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innobase/include') diff --git a/innobase/include/sync0sync.h b/innobase/include/sync0sync.h index 38f1489682a..6ac16930583 100644 --- a/innobase/include/sync0sync.h +++ b/innobase/include/sync0sync.h @@ -218,7 +218,7 @@ void mutex_get_debug_info( /*=================*/ mutex_t* mutex, /* in: mutex */ - char** file_name, /* out: file where requested */ + const char** file_name, /* out: file where requested */ ulint* line, /* out: line where requested */ os_thread_id_t* thread_id); /* out: id of the thread which owns the mutex */ -- cgit v1.2.1