[MDEV-19295] Remove LOGFILE-related commands Created: 2019-04-19 Updated: 2023-11-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Data Definition - Create Table |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Ralf Gebhardt |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
MariaDB Server's grammar supports the CREATE LOGFILE, ALTER LOGFILE, and DROP LOGFILE statements. These statements seem to have been inherited from MySQL NDB Cluster. https://dev.mysql.com/doc/refman/5.7/en/create-logfile-group.html https://dev.mysql.com/doc/refman/5.7/en/alter-logfile-group.html https://dev.mysql.com/doc/refman/5.7/en/drop-logfile-group.html https://mariadb.com/kb/en/library/create-logfile-group/ https://mariadb.com/kb/en/library/alter-logfile-group/ https://mariadb.com/kb/en/library/drop-logfile-group/ The MySQL NDB Cluster-compatible statements will actually still succeed on MariaDB, but will throw a warning. e.g.:
Is there any reason to keep these in MariaDB? |