Skip to content

Commit e7bb818

Browse files
committed
Merge remote-tracking branch 'merge/merge-xtradb-5.5' into 5.5
2 parents d947d1b + f534eef commit e7bb818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/xtradb/include/univ.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ component, i.e. we show M.N.P as M.N */
6464
(INNODB_VERSION_MAJOR << 8 | INNODB_VERSION_MINOR)
6565

6666
#ifndef PERCONA_INNODB_VERSION
67-
#define PERCONA_INNODB_VERSION 38.8
67+
#define PERCONA_INNODB_VERSION 38.9
6868
#endif
6969

7070
#define INNODB_VERSION_STR "5.5.55-MariaDB-" IB_TO_STR(PERCONA_INNODB_VERSION)

storage/xtradb/trx/trx0sys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ trx_sys_doublewrite_init_or_restore_pages(
730730
TRUE, read_buf, zip_size))) {
731731

732732
fprintf(stderr,
733-
"InnoDB: Warning: database page"
733+
"InnoDB: Database page"
734734
" corruption or a failed\n"
735735
"InnoDB: file read of"
736736
" space %lu page %lu.\n"

0 commit comments

Comments
 (0)