summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol/r
Commit message (Expand)AuthorAgeFilesLines
...
* | | | MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2016-12-121-0/+9
* | | | Aria: test for ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMNSergei Golubchik2016-12-122-0/+2
* | | | Item_func_like: print a not like b instead of !(a like b)Sergei Golubchik2016-12-121-1/+1
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-1214-86/+86
* | | | MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-1220-307/+307
* | | | bugfix: partitioning and keyread on an indexed vcolSergei Golubchik2016-12-121-0/+20
* | | | bugfix: non-deterministic vcols in partitioningSergei Golubchik2016-12-122-0/+12
* | | | bugfix: non-deterministic vcols in indexesSergei Golubchik2016-12-122-4/+36
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-1213-236/+243
* | | | MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-11/+7
* | | | bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-121-0/+100
* | | | bugfix: multi-UPDATE, vcols, const tablesSergei Golubchik2016-12-121-0/+11
* | | | bugfix: move vcol calculations down into the handlerSergei Golubchik2016-12-121-0/+25
* | | | bugfix: update-behind-insertSergei Golubchik2016-12-121-0/+8
* | | | bugfix: mark_columns_needed_for_updateSergei Golubchik2016-12-121-0/+27
* | | | MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-121-14/+120
* | | | gcol mysql-test suite from 5.7Sergei Golubchik2016-12-121-5/+5
* | | | enable spatial indexes in innodb vcol testsSergei Golubchik2016-12-121-0/+7
* | | | bugfix: stored column depends on virtual depends on updatedSergei Golubchik2016-12-121-0/+10
* | | | cleanup: don't update_virtual_fields from READ_RECORDSergei Golubchik2016-12-121-2/+0
* | | | don't convert WEEK(x) to WEEK(x, @@default_week_format)Sergei Golubchik2016-12-121-1/+1
* | | | Remove end . from error messages to get them consistentMonty2016-10-051-5/+5
* | | | Fixed compiler warnings and failing testsMonty2016-10-051-6/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+31
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-07-131-0/+31
| |\ \ \ | | |/ /
| | * | add a test case vcol.charsetsSergei Golubchik2016-07-121-0/+31
* | | | clarify the error message for frm size overflowSergei Golubchik2016-08-271-1/+1
* | | | session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-273-25/+75
* | | | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-302-83/+83
* | | | fix grammar for "DEFAULT (SELECT 1)" not be a syntax errorSergei Golubchik2016-06-301-1/+1
* | | | restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-302-6/+6
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-3011-3546/+301
* | | | parse negative numbers into one itemSergei Golubchik2016-06-302-3/+3
* | | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-302-6/+6
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-312-0/+7
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-234-0/+112
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-152-0/+52
| |\ \ | | |/
| | * MDEV-9093 Persistent computed column is not updated when update query contain...Oleksandr Byelkin2016-02-052-0/+52
| * | MDEV-9045 Inconsistent handling of "ALGORITHM=INPLACE" with PERSISTENT genera...Sergei Golubchik2016-02-151-0/+44
| * | XtraDB/InnoDB crash with autoinc, vcol and online alterSergei Golubchik2016-02-151-0/+16
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+8
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-0/+8
| |\ \ | | |/
| | * MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns al...Sergei Golubchik2015-12-111-0/+8
* | | MDEV-8839 COLUMN_GET() produces warnings with no dataAlexander Barkov2015-09-241-0/+19
* | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-221-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-0/+20
|\ \ \ | |/ /
| * | MDEV-7968 Virtual column set to NULL using load data infileSergei Golubchik2015-07-271-0/+20
* | | The fix for MDEV-8723 unintentionally broke vcol_supported_sql_funcs_myisamAlexander Barkov2015-09-024-90/+18
* | | MDEV-8441 Bad SHOW CREATE TABLE output for a table with a virtual columnAlexander Barkov2015-08-103-4/+30
* | | MDEV-7831 Bad warning for DATE_ADD(timestamp_column, INTERVAL 10 SECOND)Alexander Barkov2015-03-251-2/+2