summaryrefslogtreecommitdiff
path: root/extra/mariabackup/xbstream.cc
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-09-17 16:07:37 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2020-09-17 16:07:37 +0200
commitccbe6bb6fc3cbe31e74404723f4ab78f7c530950 (patch)
tree7a66143e5fab909ae0d41f1cb7b9e4f808151b48 /extra/mariabackup/xbstream.cc
parentab56cbcd811595822f38e50d224f52dbaab81c0c (diff)
downloadmariadb-git-ccbe6bb6fc3cbe31e74404723f4ab78f7c530950.tar.gz
MDEV-19935 Create unified CRC-32 interface
Add CRC32C code to mysys. The x86-64 implementation uses PCMULQDQ in addition to CRC32 instruction after Intel whitepaper, and is ported from rocksdb code. Optimized ARM and POWER CRC32 were already present in mysys.
Diffstat (limited to 'extra/mariabackup/xbstream.cc')
-rw-r--r--extra/mariabackup/xbstream.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/mariabackup/xbstream.cc b/extra/mariabackup/xbstream.cc
index 761b8e69890..c22c7cc8f39 100644
--- a/extra/mariabackup/xbstream.cc
+++ b/extra/mariabackup/xbstream.cc
@@ -97,8 +97,6 @@ main(int argc, char **argv)
{
MY_INIT(argv[0]);
- my_checksum_init();
-
if (get_options(&argc, &argv)) {
goto err;
}