We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d947d1b + f534eef commit e7bb818Copy full SHA for e7bb818
storage/xtradb/include/univ.i
@@ -64,7 +64,7 @@ component, i.e. we show M.N.P as M.N */
64
(INNODB_VERSION_MAJOR << 8 | INNODB_VERSION_MINOR)
65
66
#ifndef PERCONA_INNODB_VERSION
67
-#define PERCONA_INNODB_VERSION 38.8
+#define PERCONA_INNODB_VERSION 38.9
68
#endif
69
70
#define INNODB_VERSION_STR "5.5.55-MariaDB-" IB_TO_STR(PERCONA_INNODB_VERSION)
storage/xtradb/trx/trx0sys.c
@@ -730,7 +730,7 @@ trx_sys_doublewrite_init_or_restore_pages(
730
TRUE, read_buf, zip_size))) {
731
732
fprintf(stderr,
733
- "InnoDB: Warning: database page"
+ "InnoDB: Database page"
734
" corruption or a failed\n"
735
"InnoDB: file read of"
736
" space %lu page %lu.\n"
0 commit comments