| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-08-29 | 1 | -0/+37 |
| | | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-02 | 1 | -5/+18 |
| | | |||||
| * | Fixed two bugs related to column level constraints | Monty | 2019-02-13 | 1 | -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.3 | Sergei Golubchik | 2018-09-28 | 1 | -0/+25 |
| | | |||||
| * | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -0/+79 |
