diff options
Diffstat (limited to 'storage/innobase/include/ut0crc32.h')
-rw-r--r-- | storage/innobase/include/ut0crc32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/innobase/include/ut0crc32.h b/storage/innobase/include/ut0crc32.h index 456648001aa..86217692764 100644 --- a/storage/innobase/include/ut0crc32.h +++ b/storage/innobase/include/ut0crc32.h @@ -45,4 +45,7 @@ or 0x1EDC6F41 without the high-order bit) */ typedef ib_uint32_t (*ib_ut_crc32_t)(const byte* ptr, ulint len); extern ib_ut_crc32_t ut_crc32; + +extern bool ut_crc32_sse2_enabled; + #endif /* ut0crc32_h */ |