summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-0/+2
|\
| * A test cleanup for MDEV-15834: fixing failure in "mtr --embedded"Alexander Barkov2018-06-261-0/+2
* | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-192-0/+26
|\ \ | |/
| * MDEV-15834 The code in TABLE_SHARE::init_from_binary_frm_image() is not safeAlexander Barkov2018-06-192-0/+26
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-182-0/+39
|\ \ | |/
| * MDEV-11819 NO_ZERO_IN_DATE: Incorrect generated column valueAlexander Barkov2017-10-062-0/+39
* | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-032-0/+141
|\ \ | |/
| * MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-272-0/+141
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-172-0/+96
|\ \ | |/
| * bugfix: Item_func_min_max stored thd internallySergei Golubchik2017-01-152-0/+26
| * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-152-7/+16
| * MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-152-0/+61
* | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-145-3/+40
|\ \ | |/
| * MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATESergei Golubchik2017-01-122-0/+18
| * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-113-3/+22
* | add a test case vcol.charsetsSergei Golubchik2016-07-122-0/+55
* | 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 '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-7968 Virtual column set to NULL using load data infileSergei Golubchik2015-07-272-0/+33
* | 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
| |/ / /