Commit 661ebd46 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix my_checksum declaration.

exporting data from the server needs MYSQL_PLUGIN_IMPORT.
parent 6e6d79a5
...@@ -926,7 +926,7 @@ void my_checksum_init(void); ...@@ -926,7 +926,7 @@ void my_checksum_init(void);
extern my_checksum(ha_checksum, const void *, size_t); extern my_checksum(ha_checksum, const void *, size_t);
#else #else
typedef ha_checksum (*my_crc32_t)(ha_checksum, const void *, size_t); typedef ha_checksum (*my_crc32_t)(ha_checksum, const void *, size_t);
extern my_crc32_t my_checksum; extern MYSQL_PLUGIN_IMPORT my_crc32_t my_checksum;
#endif #endif
#if defined(__GNUC__) && defined(HAVE_ARMV8_CRC) #if defined(__GNUC__) && defined(HAVE_ARMV8_CRC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment