diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-07 12:25:00 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-07 12:25:00 +0300 |
commit | ba573c4736f908a6525acddb7573cc7d818eaa25 (patch) | |
tree | fe8ba66b9a53e743839dd126ae26dca2339a56d7 /extra | |
parent | 0781c91d288e528477e4ab446f91522a8802e5ec (diff) | |
download | mariadb-git-ba573c4736f908a6525acddb7573cc7d818eaa25.tar.gz |
MDEV-21133 follow-up: More my_assume_aligned hints
fsp0pagecompress.h: Remove.
Invoke fil_page_get_type() and FSP_FLAGS_GET_PAGE_COMPRESSION_LEVEL
directly.
log_block_get_flush_bit(), log_block_set_flush_bit():
Access the byte directly.
dict_sys_read_row_id(): Remove (unused function).
Diffstat (limited to 'extra')
-rw-r--r-- | extra/innochecksum.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/innochecksum.cc b/extra/innochecksum.cc index a2c1ebf7acc..81deba4c390 100644 --- a/extra/innochecksum.cc +++ b/extra/innochecksum.cc @@ -1,6 +1,6 @@ /* Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. - Copyright (c) 2014, 2019, MariaDB Corporation. + Copyright (c) 2014, 2020, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -49,7 +49,6 @@ The parts not included are excluded by #ifndef UNIV_INNOCHECKSUM. */ #include "page0zip.h" /* page_zip_*() */ #include "trx0undo.h" /* TRX_* */ #include "ut0crc32.h" /* ut_crc32_init() */ -#include "fsp0pagecompress.h" /* fil_get_compression_alg_name */ #include "fil0crypt.h" /* fil_space_verify_crypt_checksum */ #include <string.h> |