Skip to content

Commit

Permalink
5.5.57-38.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed Sep 18, 2017
1 parent 46977e0 commit f534eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/xtradb/include/univ.i
Expand Up @@ -64,7 +64,7 @@ component, i.e. we show M.N.P as M.N */
(INNODB_VERSION_MAJOR << 8 | INNODB_VERSION_MINOR)

#ifndef PERCONA_INNODB_VERSION
#define PERCONA_INNODB_VERSION 38.8
#define PERCONA_INNODB_VERSION 38.9
#endif

#define INNODB_VERSION_STR MYSQL_SERVER_VERSION
Expand Down
2 changes: 1 addition & 1 deletion storage/xtradb/trx/trx0sys.c
Expand Up @@ -730,7 +730,7 @@ trx_sys_doublewrite_init_or_restore_pages(
TRUE, read_buf, zip_size))) {

fprintf(stderr,
"InnoDB: Warning: database page"
"InnoDB: Database page"
" corruption or a failed\n"
"InnoDB: file read of"
" space %lu page %lu.\n"
Expand Down

0 comments on commit f534eef

Please sign in to comment.