mariadb/storage/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
..
mysql-test/spider MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
CMakeLists.txt MDEV-27474 Spider: remove #WITH_PARTITION_STORAGE_ENGINE 2022-03-31 21:43:59 +09:00
ha_spider.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
ha_spider.h Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_conn.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_conn.h MDEV-28526 Spider: remove conn_kind member variables 2022-12-23 17:58:51 +11:00
spd_copy_tables.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_copy_tables.h MDEV-27642 Spider: remove #ifdef WITHOUT_SPIDER_BG_SEARCH 2022-02-10 14:58:26 +09:00
spd_db_conn.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_db_conn.h Merge 10.9 into 10.10 2022-06-28 12:33:39 +03:00
spd_db_include.cc Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
spd_db_include.h Merge branch '11.0' into 11.1 2024-05-13 09:52:30 +02:00
spd_db_mysql.cc Merge branch '11.4' into 11.5 2024-05-23 17:01:43 +02:00
spd_db_mysql.h Merge 11.0 into 11.1 2024-03-28 12:15:36 +02:00
spd_direct_sql.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_direct_sql.h MDEV-27642 Spider: remove #ifdef WITHOUT_SPIDER_BG_SEARCH 2022-02-10 14:58:26 +09:00
spd_environ.h Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_err.h MDEV-33008 Fix spider table discovery 2024-01-10 16:36:39 +11:00
spd_group_by_handler.cc Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
spd_group_by_handler.h Fix the FSF address to match the current one in: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 2022-05-27 15:55:49 +10:00
spd_i_s.cc Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
spd_include.h Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_init_query.h Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
spd_malloc.cc Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
spd_malloc.h MDEV-20179 Server hangs on shutdown during installation of Spider (#1368) 2019-07-30 06:16:48 +09:00
spd_param.cc MDEV-28671 post-merge fixes 2024-05-27 12:39:02 +02:00
spd_param.h Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_ping_table.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_ping_table.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_sys_table.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_sys_table.h Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_table.cc Merge branch '11.4' into 11.5 2024-05-23 17:01:43 +02:00
spd_table.h Merge 10.11 into 11.0 2023-10-19 08:12:16 +03:00
spd_trx.cc Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
spd_trx.h MDEV-28526 Spider: remove conn_kind member variables 2022-12-23 17:58:51 +11:00
spd_udf.cc MDEV-27642 Spider: remove #ifdef WITHOUT_SPIDER_BG_SEARCH 2022-02-10 14:58:26 +09:00
spd_udf.def
spd_udf.h MDEV-27642 Spider: remove #ifdef WITHOUT_SPIDER_BG_SEARCH 2022-02-10 14:58:26 +09:00
spider.cnf Unify config syntax in default files 2020-08-01 10:31:41 +10:00