summaryrefslogtreecommitdiff
path: root/mysql-test/main/constraints.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-08-291-0/+37
|
* Merge 10.2 into 10.3Marko Mäkelä2019-05-021-5/+18
|
* Fixed two bugs related to column level constraintsMonty2019-02-131-0/+20
| | | | | | | | | | | | - CREATE TABLE ... SELECT drops constraints for columns that are both in the create and select part. - Fixed by copying the constraint in Column_definiton::redefine_stage1_common() - If one has both a default expression and check constraint for a column, one can get the error "Expression for field `a` is refering to uninitialized field `a`. - Fixed by ignoring default expressions for current column when checking for CHECK constraint
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+25
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+79