Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
922e676b
Commit
922e676b
authored
Apr 20, 2021
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
MDEV-25466 Merge new release of InnoDB 5.7.34 to 10.2
parents
635b5ce3
72432ec7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
storage/innobase/fil/fil0fil.cc
storage/innobase/fil/fil0fil.cc
+1
-5
storage/innobase/include/univ.i
storage/innobase/include/univ.i
+1
-1
No files found.
storage/innobase/fil/fil0fil.cc
View file @
922e676b
/*****************************************************************************
/*****************************************************************************
Copyright (c) 1995, 20
17
, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 1995, 20
21
, 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(
...
@@ -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
);
...
...
storage/innobase/include/univ.i
View file @
922e676b
...
@@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri
...
@@ -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
3
3
#
define
INNODB_VERSION_BUGFIX
3
4
/* 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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment