mariadb/storage
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
..
archive Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00
blackhole Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
columnstore columnstore compilation fixes 2021-10-19 17:35:06 +02:00
connect Merge 10.5 into 10.6 2021-10-21 16:06:34 +03:00
csv Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
example compilation failures on Windows 2021-10-19 17:35:06 +02:00
federated Fix all warnings given by UBSAN 2021-05-19 22:54:14 +02:00
federatedx MDEV-26221: DYNAMIC_ARRAY use size_t for sizes 2021-10-19 16:00:26 +03:00
heap Merge 10.5 into 10.6 2021-06-09 16:50:58 +03:00
innobase Vanilla cleanups and refactorings 2021-10-26 17:07:46 +02:00
maria Fix 32bit build 2021-10-25 10:46:20 +02:00
mroonga Merge 10.6 into 10.7 2021-10-22 14:41:47 +03:00
myisam MDEV-26221: DYNAMIC_ARRAY use size_t for sizes 2021-10-19 16:00:26 +03:00
myisammrg Added support to MEM_ROOT for write protected memory 2021-07-18 19:59:35 +03:00
oqgraph Merge branch '10.5' into 10.6 2021-08-02 10:11:41 +02:00
perfschema Merge 10.5 into 10.6 2021-09-16 20:17:12 +03:00
rocksdb MDEV-26221: DYNAMIC_ARRAY use size_t for sizes 2021-10-19 16:00:26 +03:00
sequence Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
sphinx MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
spider Merge 10.6 into 10.7 2021-10-22 14:41:47 +03:00
test_sql_discovery MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00