1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00
Thirunarayanan Balathandayuthapani ec9908b257 MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithm
- ALTER_ALGORITHM should be substituted when there is no mention of
algorithm in alter statement.
- Introduced algorithm(thd) in Alter_info. It returns the
user requested algorithm. If user doesn't specify algorithm explicitly then
it returns alter_algorithm variable.
- changed algorithm() to get_algorithm(thd) to return algorithm name for
displaying the error.
- set_requested_algorithm(algo_value) to avoid direct assignment on
requested_algorithm variable.
- Avoid direct access of requested_algorithm to encapsulate
requested_algorithm variable
2020-05-04 09:35:38 +05:30
..
2019-09-03 13:17:32 +03:00
2020-03-30 11:12:56 +03:00
2020-04-15 09:56:03 +03:00
2019-09-27 15:56:15 +03:00
2020-04-15 09:56:03 +03:00
2019-09-03 13:17:32 +03:00
2020-04-27 14:24:41 +03:00
2020-04-15 09:56:03 +03:00
2020-04-28 22:29:13 +03:00
2020-04-28 22:29:13 +03:00
2020-04-15 09:56:03 +03:00
2020-01-24 14:16:20 +01:00
2020-04-28 22:29:13 +03:00
2020-04-15 09:56:03 +03:00
2020-04-15 09:56:03 +03:00
2020-04-15 09:56:03 +03:00
2020-04-28 19:39:40 +03:00
2019-10-31 10:58:06 +01:00
2020-04-15 09:56:03 +03:00
2020-04-15 09:56:03 +03:00