Skip to content

Commit 922e676

Browse files
committed
MDEV-25466 Merge new release of InnoDB 5.7.34 to 10.2
2 parents 635b5ce + 72432ec commit 922e676

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

storage/innobase/fil/fil0fil.cc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
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.
44
Copyright (c) 2014, 2020, MariaDB Corporation.
55
66
This program is free software; you can redistribute it and/or modify it under
@@ -3137,11 +3137,7 @@ fil_reinit_space_header_for_table(
31373137
row_mysql_unlock_data_dictionary(trx);
31383138

31393139
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();
31433140
buf_LRU_flush_or_remove_pages(id, NULL);
3144-
btr_search_s_unlock_all();
31453141

31463142
row_mysql_lock_data_dictionary(trx);
31473143

storage/innobase/include/univ.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri
4141

4242
#define INNODB_VERSION_MAJOR 5
4343
#define INNODB_VERSION_MINOR 7
44-
#define INNODB_VERSION_BUGFIX 33
44+
#define INNODB_VERSION_BUGFIX 34
4545

4646
/* The following is the InnoDB version as shown in
4747
SELECT plugin_version FROM information_schema.plugins;

0 commit comments

Comments
 (0)