mariadb/mysql-test/suite
Michael Widenius db7edfed17 MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard
MDEV-10134 Add full support for DEFAULT

- Added support for using tables with MySQL 5.7 virtual fields,
  including MySQL 5.7 syntax
- Better error messages also for old cases
- CREATE ... SELECT now also updates timestamp columns
- Blob can now have default values
- Added new system variable "check_constraint_checks", to turn of
  CHECK constraint checking if needed.
- Removed some engine independent tests in suite vcol to only test myisam
- Moved some tests from 'include' to 't'. Should some day be done for all tests.
- FRM version increased to 11 if one uses virtual fields or constraints
- Changed to use a bitmap to check if a field has got a value, instead of
  setting HAS_EXPLICIT_VALUE bit in field flags
- Expressions can now be up to 65K in total
- Ensure we are not refering to uninitialized fields when handling virtual fields or defaults
- Changed check_vcol_func_processor() to return a bitmap of used types
- Had to change some functions that calculated cached value in fix_fields to do
  this in val() or getdate() instead.
- store_now_in_TIME() now takes a THD argument
- fill_record() now updates default values
- Add a lookahead for NOT NULL, to be able to handle DEFAULT 1+1 NOT NULL
- Automatically generate a name for constraints that doesn't have a name
- Added support for ALTER TABLE DROP CONSTRAINT
- Ensure that partition functions register virtual fields used. This fixes
  some bugs when using virtual fields in a partitioning function
2016-06-30 11:43:02 +02:00
..
archive Part of MDEV-10134 Add full support for DEFAULT 2016-06-30 11:43:02 +02:00
binlog MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
csv MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
encryption Part of MDEV-10134 Add full support for DEFAULT 2016-06-30 11:43:02 +02:00
engines Follow-up #2 for MDEV-6720 (enable connection log in mysqltest by default) 2016-06-26 20:46:40 +03:00
federated MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
funcs_1 MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
funcs_2
galera Fixed test cases that broke because we now print changing of connections 2016-05-01 19:10:13 +03:00
galera_3nodes
handler MDEV-5535: Cannot reopen temporary table 2016-06-10 18:39:43 -04:00
heap
innodb MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
innodb_fts MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
innodb_zip MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
jp
large_tests
maria MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
mtr/t
mtr2
multi_source MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+ 2016-05-20 09:46:03 +02:00
ndb
optimizer_unfixed_bugs MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
parts MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
percona MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
perfschema Part of MDEV-10134 Add full support for DEFAULT 2016-06-30 11:43:02 +02:00
perfschema_stress
plugins MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
roles MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
storage_engine MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
stress MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sys_vars MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
unit
vcol MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
wsrep