mariadb/plugin
Aleksey Midenkov d324c03d0c Vanilla cleanups and refactorings
Dead code cleanup:

part_info->num_parts usage was wrong and working incorrectly in
mysql_drop_partitions() because num_parts is already updated in
prep_alter_part_table(). We don't have to update part_info->partitions
because part_info is destroyed at alter_partition_lock_handling().

Cleanups:

- DBUG_EVALUATE_IF() macro replaced by shorter form DBUG_IF();
- Typo in ER_KEY_COLUMN_DOES_NOT_EXITS.

Refactorings:

- Splitted write_log_replace_delete_frm() into write_log_delete_frm()
  and write_log_replace_frm();
- partition_info via DDL_LOG_STATE;
- set_part_info_exec_log_entry() removed.

DBUG_EVALUATE removed

DBUG_EVALUTATE was only added for consistency together with
DBUG_EVALUATE_IF. It is not used anywhere in the code.

DBUG_SUICIDE() fix on release build

On release DBUG_SUICIDE() was statement. It was wrong as
DBUG_SUICIDE() is used in expression context.
2021-10-26 17:07:46 +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 branch '10.5' into 10.6 2021-08-02 10:11:41 +02:00
auth_pam Merge 10.5 into 10.6 2021-09-11 17:55:27 +03:00
auth_pipe Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
auth_socket Early return from auth_socket system checks on Windows 2021-09-11 01:33:29 +02:00
aws_key_management Merge branch '10.4' into 10.5 2021-07-31 23:19:51 +02:00
cracklib_password_check Pre requiste MDEV-9245: add host to validate password interface 2021-10-19 17:35:06 +02:00
daemon_example perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
debug_key_management Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
disks MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
example_key_management Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
feedback Merge 10.5 into 10.6 2021-09-30 10:38:44 +03:00
file_key_management MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
fulltext Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
func_test Added override to all releveant methods in Item (and a few other classes) 2021-05-19 22:27:53 +02:00
handler_socket Merge 10.4 into 10.5 2020-12-02 18:29:49 +02:00
locale_info MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashes 2020-04-10 19:05:26 +02:00
metadata_lock_info remove mysql_declare_plugin declaration from some plugins 2020-07-04 01:44:47 +02:00
password_reuse_check MDEV-26647 (reuse info) Include password validation plugin information in the error message if the SQL statement is not satisfied password policy 2021-10-20 12:02:52 +02:00
qc_info Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
query_response_time MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
server_audit remove MYSQL_SERVER requirement 2021-10-19 17:35:06 +02:00
simple_password_check Pre requiste MDEV-9245: add host to validate password interface 2021-10-19 17:35:06 +02:00
sql_errlog Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
test_sql_service MDEV-19275 SQL service for plugins. 2021-10-19 17:35:06 +02:00
type_geom change buitin plugin types from Alpha to Stable as needed 2020-08-07 13:36:11 +02:00
type_inet Merge 10.5 into 10.6 2021-10-18 16:36:24 +03:00
type_mysql_json compilation failures on Windows 2021-10-19 17:35:06 +02:00
type_test Merge branch '10.4' into 10.5 2021-09-15 20:23:07 +03:00
user_variables MDEV-26637: (variables) ASAN: main.metadata and user_variables.basic MTR failures after MDEV-26572 2021-10-12 10:16:07 +02:00
userstat Merge 10.4 into 10.5 2021-04-14 11:35:39 +03:00
versioning Merge branch bb-10.4-release into bb-10.5-release 2021-05-05 23:57:11 +03:00
win_auth_client Vanilla cleanups and refactorings 2021-10-26 17:07:46 +02:00
wsrep_info Merge 10.4 into 10.5 2020-04-29 15:40:51 +03:00