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
ecea9087
Commit
ecea9087
authored
Apr 25, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
5.6.43-84.3
parents
979cad22
83d8c38d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
...l-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
+1
-1
mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff
mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff
+1
-1
storage/xtradb/handler/ha_innodb.cc
storage/xtradb/handler/ha_innodb.cc
+3
-1
storage/xtradb/include/univ.i
storage/xtradb/include/univ.i
+2
-2
No files found.
mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff
View file @
ecea9087
...
...
@@ -1215,7 +1215,7 @@
VARIABLE_NAME INNODB_VERSION
SESSION_VALUE NULL
-GLOBAL_VALUE 5.6.43
+GLOBAL_VALUE 5.6.4
2-84.2
+GLOBAL_VALUE 5.6.4
3-84.3
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE NULL
VARIABLE_SCOPE GLOBAL
...
...
mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff
View file @
ecea9087
...
...
@@ -685,7 +685,7 @@
VARIABLE_NAME INNODB_VERSION
SESSION_VALUE NULL
-GLOBAL_VALUE 5.6.43
+GLOBAL_VALUE 5.6.4
2-84.2
+GLOBAL_VALUE 5.6.4
3-84.3
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE NULL
VARIABLE_SCOPE GLOBAL
...
...
storage/xtradb/handler/ha_innodb.cc
View file @
ecea9087
...
...
@@ -19148,8 +19148,10 @@ innodb_track_changed_pages_validate(
return
0
;
}
if
(
intbuf
==
srv_track_changed_pages
)
if
(
intbuf
==
srv_track_changed_pages
)
{
// == 0
*
reinterpret_cast
<
ulong
*>
(
save
)
=
srv_track_changed_pages
;
return
0
;
}
return
1
;
}
...
...
storage/xtradb/include/univ.i
View file @
ecea9087
...
...
@@ -45,10 +45,10 @@ Created 1/20/1994 Heikki Tuuri
#
define
INNODB_VERSION_MAJOR
5
#
define
INNODB_VERSION_MINOR
6
#
define
INNODB_VERSION_BUGFIX
4
2
#
define
INNODB_VERSION_BUGFIX
4
3
#
ifndef
PERCONA_INNODB_VERSION
#
define
PERCONA_INNODB_VERSION
84.
2
#
define
PERCONA_INNODB_VERSION
84.
3
#
endif
/* Enable UNIV_LOG_ARCHIVE in XtraDB */
...
...
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