File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
- Copyright (c) 1995, 2017 , Oracle and/or its affiliates. All Rights Reserved.
3
+ Copyright (c) 1995, 2021 , Oracle and/or its affiliates. All Rights Reserved.
4
4
Copyright (c) 2014, 2020, MariaDB Corporation.
5
5
6
6
This program is free software; you can redistribute it and/or modify it under
@@ -3137,11 +3137,7 @@ fil_reinit_space_header_for_table(
3137
3137
row_mysql_unlock_data_dictionary (trx);
3138
3138
3139
3139
DEBUG_SYNC_C (" buffer_pool_scan" );
3140
- /* Lock the search latch in shared mode to prevent user
3141
- from disabling AHI during the scan */
3142
- btr_search_s_lock_all ();
3143
3140
buf_LRU_flush_or_remove_pages (id, NULL );
3144
- btr_search_s_unlock_all ();
3145
3141
3146
3142
row_mysql_lock_data_dictionary (trx);
3147
3143
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri
41
41
42
42
#define INNODB_VERSION_MAJOR 5
43
43
#define INNODB_VERSION_MINOR 7
44
- #define INNODB_VERSION_BUGFIX 33
44
+ #define INNODB_VERSION_BUGFIX 34
45
45
46
46
/* The following is the InnoDB version as shown in
47
47
SELECT plugin_version FROM information_schema.plugins;
You can’t perform that action at this time.
0 commit comments