MDEV-25466 Merge new release of InnoDB 5.7.34 to 10.2
This commit is contained in:
commit
922e676b43
@ -1,6 +1,6 @@
|
|||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
Copyright (c) 1995, 2017, Oracle and/or its affiliates. All Rights Reserved.
|
Copyright (c) 1995, 2021, Oracle and/or its affiliates. All Rights Reserved.
|
||||||
Copyright (c) 2014, 2020, MariaDB Corporation.
|
Copyright (c) 2014, 2020, MariaDB Corporation.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it under
|
This program is free software; you can redistribute it and/or modify it under
|
||||||
@ -3137,11 +3137,7 @@ fil_reinit_space_header_for_table(
|
|||||||
row_mysql_unlock_data_dictionary(trx);
|
row_mysql_unlock_data_dictionary(trx);
|
||||||
|
|
||||||
DEBUG_SYNC_C("buffer_pool_scan");
|
DEBUG_SYNC_C("buffer_pool_scan");
|
||||||
/* Lock the search latch in shared mode to prevent user
|
|
||||||
from disabling AHI during the scan */
|
|
||||||
btr_search_s_lock_all();
|
|
||||||
buf_LRU_flush_or_remove_pages(id, NULL);
|
buf_LRU_flush_or_remove_pages(id, NULL);
|
||||||
btr_search_s_unlock_all();
|
|
||||||
|
|
||||||
row_mysql_lock_data_dictionary(trx);
|
row_mysql_lock_data_dictionary(trx);
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri
|
|||||||
|
|
||||||
#define INNODB_VERSION_MAJOR 5
|
#define INNODB_VERSION_MAJOR 5
|
||||||
#define INNODB_VERSION_MINOR 7
|
#define INNODB_VERSION_MINOR 7
|
||||||
#define INNODB_VERSION_BUGFIX 33
|
#define INNODB_VERSION_BUGFIX 34
|
||||||
|
|
||||||
/* The following is the InnoDB version as shown in
|
/* The following is the InnoDB version as shown in
|
||||||
SELECT plugin_version FROM information_schema.plugins;
|
SELECT plugin_version FROM information_schema.plugins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user