mariadb/mysql-test/suite/vcol/r
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
..
alter_inplace-9045.result MDEV-9045 Inconsistent handling of "ALGORITHM=INPLACE" with PERSISTENT generated columns 2016-02-15 13:02:21 +01:00
innodb_autoinc_vcol.result XtraDB/InnoDB crash with autoinc, vcol and online alter 2016-02-15 13:02:21 +01:00
load_data.result MDEV-7968 Virtual column set to NULL using load data infile 2015-07-27 12:50:51 +02:00
not_supported.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
rpl_vcol.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
vcol_archive.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
vcol_blackhole.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
vcol_blocked_sql_funcs.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_column_def_options_innodb.result after merge changes: 2011-12-12 23:58:40 +01:00
vcol_column_def_options_myisam.result after merge changes: 2011-12-12 23:58:40 +01:00
vcol_csv.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
vcol_handler_innodb.result The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_handler_maria.result Fix for launchpad bug #612894 2010-08-03 12:49:25 +03:00
vcol_handler_myisam.result The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_ins_upd_innodb.result MDEV-9093 Persistent computed column is not updated when update query contains join 2016-02-05 16:32:12 +01:00
vcol_ins_upd_myisam.result MDEV-9093 Persistent computed column is not updated when update query contains join 2016-02-05 16:32:12 +01:00
vcol_keys_innodb.result Fixed that SHOW COLUMNS for a virtual persistent column shows 'PERSISTENT' instead of 'VIRTUAL' 2011-06-06 17:25:01 +03:00
vcol_keys_myisam.result 5.3 merge 2012-01-13 15:50:02 +01:00
vcol_memory.result lots of post-merge changes 2011-04-25 17:22:25 +02:00
vcol_merge.result simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
vcol_misc.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_non_stored_columns_innodb.result followup for MDEV-6996, update tests and results 2014-12-03 21:36:23 +01:00
vcol_non_stored_columns_myisam.result followup for MDEV-6996, update tests and results 2014-12-03 21:36:23 +01:00
vcol_partition_innodb.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_partition_myisam.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_select_innodb.result parse negative numbers into one item 2016-06-30 11:43:02 +02:00
vcol_select_myisam.result parse negative numbers into one item 2016-06-30 11:43:02 +02:00
vcol_supported_sql_funcs.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_syntax.result The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 2009-10-16 15:57:48 -07:00
vcol_trigger_sp_innodb.result Fixed bug mdev-3845. 2012-11-09 23:51:51 -08:00
vcol_trigger_sp_myisam.result Fixed bug mdev-3845. 2012-11-09 23:51:51 -08:00
vcol_view_innodb.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00
vcol_view_myisam.result MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard 2016-06-30 11:43:02 +02:00