Schedule Meeting

a
DROP TABLE improvements in MariaDB

DROP TABLE improvements in MariaDB

MariaDB implemented several improvements to the DROP TABLE statement. We summarise them here. This article will be kept up to date when MariaDB implements further improvements, in the future. Loch Lomond, Scotland Contributions Before listing the improvements,...
MariaDB RETURNING Statements

MariaDB RETURNING Statements

Many DBMSs support a way to get information about a rows we just deleted, updated, or inserted. The syntax varies depending on the DBMS, and some of them allow more options than others. Currently MySQL has no similar feature. MariaDB supports the RETURNING keyword for...