Skip to content

Commit

Permalink
Fix my_checksum declaration.
Browse files Browse the repository at this point in the history
exporting data from the server needs MYSQL_PLUGIN_IMPORT.
  • Loading branch information
vaintroub committed Jun 1, 2020
1 parent 6e6d79a commit 661ebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/my_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ void my_checksum_init(void);
extern my_checksum(ha_checksum, const void *, size_t);
#else
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

#if defined(__GNUC__) && defined(HAVE_ARMV8_CRC)
Expand Down

0 comments on commit 661ebd4

Please sign in to comment.