mirror of
https://github.com/MariaDB/server.git
synced 2025-08-24 14:48:09 +03:00
SQL Standard behavior for DROP COLUMN xxx RESTRICT: * If a constraint (UNIQUE or CHECK) uses only the dropped column, it's automatically dropped too. If it uses many columns - an error.