File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
4
Copyright (c) 2008, Google Inc.
5
- Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
5
+ Copyright (c) 2017, MariaDB Corporation.
6
6
7
7
Portions of this file contain modifications contributed and copyrighted by
8
8
Google, Inc. Those modifications are gratefully acknowledged and are described
@@ -223,9 +223,6 @@ UNIV_INTERN mysql_pfs_key_t mutex_list_mutex_key;
223
223
/* * Latching order checks start when this is set TRUE */
224
224
UNIV_INTERN ibool sync_order_checks_on = FALSE ;
225
225
226
- /* * Number of slots reserved for each OS thread in the sync level array */
227
- static const ulint SYNC_THREAD_N_LEVELS = 10000 ;
228
-
229
226
/* * Array for tracking sync levels per thread. */
230
227
typedef std::vector<sync_level_t > sync_arr_t ;
231
228
Original file line number Diff line number Diff line change @@ -2410,8 +2410,6 @@ innobase_start_or_create_for_mysql(void)
2410
2410
2411
2411
trx_sys_create ();
2412
2412
2413
- bool srv_monitor_thread_started = false ;
2414
-
2415
2413
if (create_new_db) {
2416
2414
ut_a (!srv_read_only_mode);
2417
2415
init_log_online ();
Original file line number Diff line number Diff line change 2
2
3
3
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
4
Copyright (c) 2008, Google Inc.
5
- Copyright (c) 2017, MariaDB Corporation. All Rights Reserved.
5
+ Copyright (c) 2017, MariaDB Corporation.
6
6
7
7
Portions of this file contain modifications contributed and copyrighted by
8
8
Google, Inc. Those modifications are gratefully acknowledged and are described
@@ -224,9 +224,6 @@ UNIV_INTERN mysql_pfs_key_t mutex_list_mutex_key;
224
224
/* * Latching order checks start when this is set TRUE */
225
225
UNIV_INTERN ibool sync_order_checks_on = FALSE ;
226
226
227
- /* * Number of slots reserved for each OS thread in the sync level array */
228
- static const ulint SYNC_THREAD_N_LEVELS = 10000 ;
229
-
230
227
/* * Array for tracking sync levels per thread. */
231
228
typedef std::vector<sync_level_t > sync_arr_t ;
232
229
You can’t perform that action at this time.
0 commit comments