server icon indicating copy to clipboard operation
server copied to clipboard

MDEV-30899: Fail to drop field CHECK constraint

Open an3l opened this issue 1 year ago • 1 comments

  • Patch allows to drop field check constraints using command that was previously used to drop table check constraints ALTER TABLE DROP CONSTRAINT [IF EXISTS] constraint_name

Reviewer: <>

Basing the PR against the correct MariaDB version

  • [ ] This is a new feature and the PR is based against the latest MariaDB development branch.
  • [ x] This is a bug fix and the PR is based against the earliest maintained branch in which the bug can be reproduced.

PR quality check

  • [ x] I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.
  • [ x] For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves.

an3l avatar Oct 27 '23 09:10 an3l

Thank you for your bugfix, could you please clarify what should be done to merge it? I'm facing this bug on 11.3.2-MariaDB-1:11.3.2+maria~ubu2204

ailjushkin avatar Jun 06 '24 08:06 ailjushkin