diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2017-11-23 15:22:10 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-11-23 15:55:51 +0400 |
commit | 84ee7a100067a2c595e374ecc77cf23c6c47d53d (patch) | |
tree | c3f14ab771a2982c6ac48ab8944e7f3d6a381607 /storage/innobase/include/ut0crc32.h | |
parent | aaf5ee85f3c892b6a8657dc18d72c6858f418d3e (diff) | |
download | mariadb-git-84ee7a100067a2c595e374ecc77cf23c6c47d53d.tar.gz |
Less code to depend on ut_crc32_init()
Diffstat (limited to 'storage/innobase/include/ut0crc32.h')
-rw-r--r-- | storage/innobase/include/ut0crc32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/include/ut0crc32.h b/storage/innobase/include/ut0crc32.h index 527a3e81533..32ad066f85a 100644 --- a/storage/innobase/include/ut0crc32.h +++ b/storage/innobase/include/ut0crc32.h @@ -51,6 +51,7 @@ extern ut_crc32_func_t ut_crc32; when converting byte strings to integers internally. */ extern uint32_t ut_crc32_legacy_big_endian(const byte* buf, ulint len); +/** Text description of CRC32 implementation */ extern const char* ut_crc32_implementation; #endif /* ut0crc32_h */ |