mirror of
https://github.com/MariaDB/server.git
synced 2025-10-16 22:27:52 +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.