summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol
Commit message (Expand)AuthorAgeFilesLines
* 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-302-2/+2
* 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-3021-4057/+700
* 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-237-0/+179
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-153-0/+79
| |\
| | * MDEV-9093 Persistent computed column is not updated when update query contain...Oleksandr Byelkin2016-02-053-0/+79
| * | MDEV-9045 Inconsistent handling of "ALGORITHM=INPLACE" with PERSISTENT genera...Sergei Golubchik2016-02-152-0/+75
| * | XtraDB/InnoDB crash with autoinc, vcol and online alterSergei Golubchik2016-02-152-0/+25
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-212-0/+15
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-132-0/+15
| |\ \ | | |/
| | * MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns al...Sergei Golubchik2015-12-112-0/+15
* | | MDEV-8839 COLUMN_GET() produces warnings with no dataAlexander Barkov2015-09-242-0/+28
* | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-222-2/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-032-0/+33
|\ \ \ | |/ /
| * | MDEV-7968 Virtual column set to NULL using load data infileSergei Golubchik2015-07-272-0/+33
* | | The fix for MDEV-8723 unintentionally broke vcol_supported_sql_funcs_myisamAlexander Barkov2015-09-026-108/+30
* | | MDEV-8441 Bad SHOW CREATE TABLE output for a table with a virtual columnAlexander Barkov2015-08-104-4/+52
* | | MDEV-7831 Bad warning for DATE_ADD(timestamp_column, INTERVAL 10 SECOND)Alexander Barkov2015-03-251-2/+2
* | | followup for MDEV-6996, update tests and resultsSergei Golubchik2014-12-039-11/+21
|/ /
* | 5.5 mergeSergei Golubchik2014-11-192-0/+125
|\ \ | |/
| * MDEV-7113 difference between check_vcol_func_processor and check_partition_fu...Sergei Golubchik2014-11-182-0/+125
* | MDEV-6103 - Adding/removing non-materialized virtual column triggersSergey Vojtovich2014-06-033-0/+44
* | 10.0-base mergeSergei Golubchik2014-02-262-0/+12
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-252-0/+12
| |\ \ | | |/
| | * Merge 5.3->5.5Igor Babaev2014-02-102-0/+12
| | |\
| | | * Fixed bug mdev-5611.Igor Babaev2014-02-072-0/+12
| * | | MDEV-5244: Make extended_keys=ON by default in 10.0Sergey Petrunya2014-02-251-1/+1
* | | | 10.0-base merge.Sergei Golubchik2013-09-212-0/+19
|\ \ \ \ | |/ / /
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-182-0/+19
| |\ \ \ | | |/ /
| | * | Merge 5.3->5.5.Igor Babaev2013-08-182-0/+19
| | |\ \ | | | |/
| | | * Merge 5.2->5.3Igor Babaev2013-08-152-0/+19
| | | |\
| | | | * MDEV-4823: Server crashes in Item_func_not::fix_fields on creating a table wi...unknown2013-08-012-0/+15
* | | | | 10.0-monty mergeSergei Golubchik2013-07-2112-12/+12
|\ \ \ \ \
| * | | | | fix lost vcol checks in sql_table.cc,Sergei Golubchik2013-07-1212-12/+12
* | | | | | 10.0-base mergeSergei Golubchik2013-07-181-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-07-171-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Merging from 5.3Alexander Barkov2013-07-081-0/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-4667 DATE('string') incompability between mysql and mariadbSergei Golubchik2013-07-031-0/+4
* | | | | 10.0-base mergeSergei Golubchik2013-01-312-0/+30
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-01-292-0/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge 5.3->5.5Igor Babaev2013-01-232-0/+30
| | |\ \ \ | | | |/ /
| | | * | Merge 5.2->5.3Igor Babaev2013-01-212-0/+30
| | | |\ \ | | | | |/
| | | | * Corrected the test case for bug mdev-3938.Igor Babaev2013-01-192-0/+3
| | | | * Fixed bug mdev-3938.Igor Babaev2013-01-152-0/+28
* | | | | Merge MariaDB 10.0-base to MariaDB 10.0unknown2012-12-184-1/+122
|\ \ \ \ \ | |/ / / /
| * | | | simplify the handler api - table_type() is no longer abstract, not even virtualSergei Golubchik2012-12-171-1/+1
| |/ / /