mariadb/plugin
Vicențiu Ciorbaru 08c852026d Apply clang-tidy to remove empty constructors / destructors
This patch is the result of running
run-clang-tidy -fix -header-filter=.* -checks='-*,modernize-use-equals-default' .

Code style changes have been done on top. The result of this change
leads to the following improvements:

1. Binary size reduction.
* For a -DBUILD_CONFIG=mysql_release build, the binary size is reduced by
  ~400kb.
* A raw -DCMAKE_BUILD_TYPE=Release reduces the binary size by ~1.4kb.

2. Compiler can better understand the intent of the code, thus it leads
   to more optimization possibilities. Additionally it enabled detecting
   unused variables that had an empty default constructor but not marked
   so explicitly.

   Particular change required following this patch in sql/opt_range.cc

   result_keys, an unused template class Bitmap now correctly issues
   unused variable warnings.

   Setting Bitmap template class constructor to default allows the compiler
   to identify that there are no side-effects when instantiating the class.
   Previously the compiler could not issue the warning as it assumed Bitmap
   class (being a template) would not be performing a NO-OP for its default
   constructor. This prevented the "unused variable warning".
2023-02-09 16:09:08 +02:00
..
audit_null Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
auth_dialog Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
auth_ed25519 Merge 10.3 into 10.4 2021-05-25 15:38:57 +03:00
auth_examples Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
auth_gssapi Merge 10.3 into 10.4 2021-11-29 10:59:22 +02:00
auth_pam MDEV-28431 auth_pam tool left zombie processes. 2022-04-28 15:40:08 +04:00
auth_pipe Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
auth_socket Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
aws_key_management Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
cracklib_password_check Merge 10.3 into 10.4 2022-10-25 10:04:37 +03:00
daemon_example
debug_key_management
disks Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
example_key_management
feedback Merge 10.3 into 10.4 2021-09-29 16:03:02 +03:00
file_key_management Merge 10.3 into 10.4 2022-10-25 10:04:37 +03:00
fulltext Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
handler_socket Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
locale_info MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
metadata_lock_info Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
qc_info MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
query_response_time Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
server_audit Merge branch '10.3' into 10.4 2022-05-08 23:03:08 +02:00
simple_password_check Merge branch '10.3' into 10.4 2022-08-02 14:15:39 +02:00
sql_errlog
user_variables MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
userstat Merge 10.2 into 10.3 2021-04-09 14:32:06 +03:00
versioning Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
win_auth_client Merge 10.2 into 10.3 2021-07-22 18:57:54 +03:00
wsrep_info Merge branch '10.3' into 10.4 2022-10-01 23:07:26 +02:00