Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -302/+0 |
| | |||||
* | store/show vcols as item->print() | Sergei Golubchik | 2016-12-12 | 1 | -6/+6 |
| | | | | | | | | | | otherwise we'd need to store sql_mode *per vcol* (consider CREATE INDEX...) and how SHOW CREATE TABLE would support that? Additionally, get rid of vcol::expr_str, just to make sure the string is always generated and never leaked in the original form. | ||||
* | do not quote numbers in the DEFAULT clause in SHOW CREATE | Sergei Golubchik | 2016-08-27 | 1 | -9/+9 |
| | |||||
* | Part of MDEV-10134 Add full support for DEFAULT | Michael Widenius | 2016-06-30 | 1 | -4/+4 |
| | | | | | | | Print default values for BLOB's. This is a part commit for automatic changes to make the real commit smaller. All changes here are related to that we now print DEFAULT NULL for blob and text fields, like we do for all other fields. | ||||
* | MDEV-4819 Upgrade from MySQL 5.6 does not work | Alexander Barkov | 2013-08-07 | 1 | -0/+302 |