File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -545,6 +545,21 @@ from outside the buffer pool.
545
545
# define UNIV_INLINE UNIV_INLINE_ORIGINAL
546
546
#endif
547
547
548
+ #ifdef UNIV_INNOCHECKSUM
549
+ /** Issue a warning when the checksum that is stored in the page is valid,
550
+ but different than the global setting innodb_checksum_algorithm.
551
+ @param[in] current_algo current checksum algorithm
552
+ @param[in] page_checksum page valid checksum
553
+ @param[in] space_id tablespace id
554
+ @param[in] page_no page number */
555
+ void
556
+ page_warn_strict_checksum (
557
+ srv_checksum_algorithm_t curr_algo ,
558
+ srv_checksum_algorithm_t page_checksum ,
559
+ ulint space_id ,
560
+ ulint page_no );
561
+ #endif /* UNIV_INNOCHECKSUM */
562
+
548
563
#ifndef UNIV_INNOCHECKSUM
549
564
#ifndef UNIV_NONINL
550
565
# include "page0zip.ic"
You can’t perform that action at this time.
0 commit comments