mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
XtraDB 5.6.49-89.0
The only change between Percona XtraDB Server 5.6.48-88.0 and 5.6.49-89.0 (apart from the version number change) was percona/percona-server@25ec240920 which we had already addressed in commit7c03edf2fe
and commitc0fca2863b
.
This commit is contained in:
parent
7e9ffc69ec
commit
4860fe244b
3 changed files with 4 additions and 4 deletions
|
@ -1215,7 +1215,7 @@
|
|||
VARIABLE_NAME INNODB_VERSION
|
||||
SESSION_VALUE NULL
|
||||
-GLOBAL_VALUE 5.6.49
|
||||
+GLOBAL_VALUE 5.6.48-88.0
|
||||
+GLOBAL_VALUE 5.6.49-89.0
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE NULL
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
|
|
@ -685,7 +685,7 @@
|
|||
VARIABLE_NAME INNODB_VERSION
|
||||
SESSION_VALUE NULL
|
||||
-GLOBAL_VALUE 5.6.49
|
||||
+GLOBAL_VALUE 5.6.48-88.0
|
||||
+GLOBAL_VALUE 5.6.49-89.0
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE NULL
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
|
|
@ -45,10 +45,10 @@ Created 1/20/1994 Heikki Tuuri
|
|||
|
||||
#define INNODB_VERSION_MAJOR 5
|
||||
#define INNODB_VERSION_MINOR 6
|
||||
#define INNODB_VERSION_BUGFIX 48
|
||||
#define INNODB_VERSION_BUGFIX 49
|
||||
|
||||
#ifndef PERCONA_INNODB_VERSION
|
||||
#define PERCONA_INNODB_VERSION 88.0
|
||||
#define PERCONA_INNODB_VERSION 89.0
|
||||
#endif
|
||||
|
||||
/* Enable UNIV_LOG_ARCHIVE in XtraDB */
|
||||
|
|
Loading…
Add table
Reference in a new issue