diff options
Diffstat (limited to 'storage/innobase/include/sync0debug.h')
-rw-r--r-- | storage/innobase/include/sync0debug.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/include/sync0debug.h b/storage/innobase/include/sync0debug.h index 55ea99cd47b..07e985465e0 100644 --- a/storage/innobase/include/sync0debug.h +++ b/storage/innobase/include/sync0debug.h @@ -1,7 +1,7 @@ /***************************************************************************** Copyright (c) 2013, 2015, Oracle and/or its affiliates. All Rights Reserved. -Copyright (c) 2017, MariaDB Corporation. +Copyright (c) 2017, 2020, MariaDB Corporation. Portions of this file contain modifications contributed and copyrighted by Google, Inc. Those modifications are gratefully acknowledged and are described @@ -44,10 +44,6 @@ void sync_check_close(); #ifdef UNIV_DEBUG -/** Enable sync order checking. */ -void -sync_check_enable(); - /** Check if it is OK to acquire the latch. @param[in] latch latch type */ void |