summaryrefslogtreecommitdiff
path: root/mysql-test/r/check_constraint.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15141 Check constraint validation on a datetime field crashes the processSergei Golubchik2018-03-141-0/+4
* MDEV-13596 CHECK constraints disallow NULL to pass through, violating SQLSergei Golubchik2017-09-181-0/+10
* MDEV-11114 Cannot drop column referenced by CHECK constraintSergei Golubchik2017-08-141-4/+0
* MDEV-11117 CHECK constraint fails on intermediate step of ALTERbb-10.2-MDEV-11117Jacob Mathew2017-04-171-0/+2
* MDEV-12421 Check constraint with query crashes server and renders DB unusableSergei Golubchik2017-04-011-0/+4
* MDEV-11114 Cannot drop column referenced by CHECK constraint: Unknown column ...Sergei Golubchik2017-03-291-0/+4
* MDEV-10370 Check constraints on virtual columns fails on INSERT when column n...Sergei Golubchik2017-03-291-0/+5
* Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-27/+27
* store/show vcols as item->print()Sergei Golubchik2016-12-121-27/+27
* Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-1/+1
* do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-3/+3
* fix ALTER TABLE .. DROP CONSTRAINT IF NOT EXISTSmariadb-10.2.1Sergei Golubchik2016-07-021-0/+3
* clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-021-1/+1
* move all new 10.2 error codes to start from 4000Sergei Golubchik2016-06-301-1/+1
* tests for auto-generated constraint namesSergei Golubchik2016-06-301-0/+33
* restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-301-10/+10
* MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-0/+97