Remove unused declarations.
This commit is contained in:
parent
47396ddea9
commit
74fe0e03d5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
||||||
Copyright (c) 2008, Google Inc.
|
Copyright (c) 2008, Google Inc.
|
||||||
Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
|
Copyright (c) 2017, MariaDB Corporation.
|
||||||
|
|
||||||
Portions of this file contain modifications contributed and copyrighted by
|
Portions of this file contain modifications contributed and copyrighted by
|
||||||
Google, Inc. Those modifications are gratefully acknowledged and are described
|
Google, Inc. Those modifications are gratefully acknowledged and are described
|
||||||
@ -223,9 +223,6 @@ UNIV_INTERN mysql_pfs_key_t mutex_list_mutex_key;
|
|||||||
/** Latching order checks start when this is set TRUE */
|
/** Latching order checks start when this is set TRUE */
|
||||||
UNIV_INTERN ibool sync_order_checks_on = FALSE;
|
UNIV_INTERN ibool sync_order_checks_on = FALSE;
|
||||||
|
|
||||||
/** Number of slots reserved for each OS thread in the sync level array */
|
|
||||||
static const ulint SYNC_THREAD_N_LEVELS = 10000;
|
|
||||||
|
|
||||||
/** Array for tracking sync levels per thread. */
|
/** Array for tracking sync levels per thread. */
|
||||||
typedef std::vector<sync_level_t> sync_arr_t;
|
typedef std::vector<sync_level_t> sync_arr_t;
|
||||||
|
|
||||||
|
@ -2410,8 +2410,6 @@ files_checked:
|
|||||||
|
|
||||||
trx_sys_create();
|
trx_sys_create();
|
||||||
|
|
||||||
bool srv_monitor_thread_started = false;
|
|
||||||
|
|
||||||
if (create_new_db) {
|
if (create_new_db) {
|
||||||
ut_a(!srv_read_only_mode);
|
ut_a(!srv_read_only_mode);
|
||||||
init_log_online();
|
init_log_online();
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
||||||
Copyright (c) 2008, Google Inc.
|
Copyright (c) 2008, Google Inc.
|
||||||
Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
|
Copyright (c) 2017, MariaDB Corporation.
|
||||||
|
|
||||||
Portions of this file contain modifications contributed and copyrighted by
|
Portions of this file contain modifications contributed and copyrighted by
|
||||||
Google, Inc. Those modifications are gratefully acknowledged and are described
|
Google, Inc. Those modifications are gratefully acknowledged and are described
|
||||||
@ -224,9 +224,6 @@ UNIV_INTERN mysql_pfs_key_t mutex_list_mutex_key;
|
|||||||
/** Latching order checks start when this is set TRUE */
|
/** Latching order checks start when this is set TRUE */
|
||||||
UNIV_INTERN ibool sync_order_checks_on = FALSE;
|
UNIV_INTERN ibool sync_order_checks_on = FALSE;
|
||||||
|
|
||||||
/** Number of slots reserved for each OS thread in the sync level array */
|
|
||||||
static const ulint SYNC_THREAD_N_LEVELS = 10000;
|
|
||||||
|
|
||||||
/** Array for tracking sync levels per thread. */
|
/** Array for tracking sync levels per thread. */
|
||||||
typedef std::vector<sync_level_t> sync_arr_t;
|
typedef std::vector<sync_level_t> sync_arr_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user