mirror of
https://github.com/MariaDB/server.git
synced 2025-08-21 16:03:24 +03:00
Fixed the bug by failing the statement with an error message that explains that an auto-increment column may not be used in an expression for a check constraint. Added a test case in check_constraint.test. Updated existing tests and results.