mariadb/storage/spider/mysql-test/spider
Monty 2464ee758a MDEV-33655 Remove alter_algorithm
Remove alter_algorithm but keep the variable as no-op (with a warning).

The reasons for removing alter_algorithm are:
- alter_algorithm was introduced as a replacement for the
  old_alter_table that was used to force the usage of the original
  alter table algorithm (copy) in the cases where the new alter
  algorithm did not work. The new option was added as a way to force
  the usage of a specific algorithm when it should instead have made
  it possible to disable algorithms that would not work for some
  reason.
- alter_algorithm introduced some cases where ALTER TABLE would not
  work without specifying the ALGORITHM=XXX option together with
  ALTER TABLE.
- Having different values of alter_algorithm on master and slave could
  cause slave to stop unexpectedly.
- ALTER TABLE FORCE, as used by mariadb-upgrade, would not always work
  if alter_algorithm was set for the server.
- As part of the MDEV-33449 "improving repair of tables" it become
  clear that alter- algorithm made it harder to provide a better and
  more consistent ALTER TABLE FORCE and REPAIR TABLE and it would be
  better to remove it.
2024-05-27 12:39:03 +02:00
..
bg Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
bugfix MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
feature MDEV-25829 Change default Unicode collation to uca1400_ai_ci 2024-05-24 15:50:05 +04:00
include Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
r MDEV-25829 Change default Unicode collation to uca1400_ai_ci 2024-05-24 15:50:05 +04:00
regression test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00
t Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
my.cnf test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00
suite.opt MDEV-7071 Spider tests fail due to an unknown option --skip-performance-schema on a build without perfschema 2014-11-12 05:52:53 +04:00
suite.pm spider tests aren't big 2021-06-19 00:22:15 +02:00