Skip to content

Commit

Permalink
Merge pull request #1967 from kamil-holubicki/PXC-3113-8.0
Browse files Browse the repository at this point in the history
PXC-3113: Custom implementation of row hash calculation
  • Loading branch information
kamil-holubicki authored Nov 4, 2024
2 parents 3cda21f + edd5154 commit 7f671a2
Show file tree
Hide file tree
Showing 6 changed files with 649 additions and 8 deletions.
2 changes: 2 additions & 0 deletions include/my_md5.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ void wsrep_md5_update(void *ctx, char *buf, int len);

void wsrep_compute_md5_hash(unsigned char *digest, void *ctx);

void wsrep_enable_fips_mode();

#endif /* WITH_WSREP */

#endif /* MY_MD5_INCLUDED */
Loading

0 comments on commit 7f671a2

Please sign in to comment.