summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-052-0/+121
* [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-122-0/+28
* MDEV-25672 table alias from previous statement interferes later commandsSergei Golubchik2021-06-022-5/+23
* MDEV-24583 SELECT aborts after failed REPLACE into table with vcolNikita Malyavin2021-04-272-0/+27
* MDEV-25091 CREATE TABLE: field references qualified by a wrong table name suc...Aleksey Midenkov2021-04-232-0/+82
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-291-1/+1
|\
| * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-291-1/+1
* | MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-012-4/+4
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+1
|\ \ | |/
| * MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-221-1/+1
* | MDEV-20015 Assertion `!in_use->is_error()' failed in TABLE::update_virtual_fieldAleksey Midenkov2020-05-262-0/+20
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-162-0/+113
|\ \ | |/
| * MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual...Alexander Barkov2020-05-152-0/+50
* | MDEV-20799 DROP Virtual Column crashes MariaDBSergei Golubchik2019-10-283-0/+34
* | Part3: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Sergei Golubchik2019-09-064-112/+291
* | Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-034-0/+538
* | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-038-10/+757
* | Updated mtr files to support different compiled in optionsMonty2019-09-013-21/+26
* | Trivial test result update after fix for MDEV-19771Sergei Petrunia2019-06-161-4/+4
* | MDEV-19771 REPLACE on table with virtual_field can cause crashMichael Widenius2019-06-152-4/+76
* | Tests for MDEV-15881 Assertion `is_valid_value_slow()' failed in Datetime::Da...Alexander Barkov2019-04-262-0/+53
* | MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary...Alexander Barkov2019-04-262-0/+39
* | Merge 10.1 into 10.2Marko Mäkelä2019-03-278-54/+54
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2019-03-274-29/+29
| |\
| | * Merge 5.5 into 10.0bb-10.0-mergeMarko Mäkelä2019-03-264-29/+29
| | |\
| | | * Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-244-29/+29
* | | | Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-231-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-0/+2
| * | | MDEV-15433: Optimizer does not use group by optimization with distinctVarun Gupta2018-08-052-2/+2
| * | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-0/+2
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-18486 Database crash on a table with indexed virtual columnSergei Golubchik2019-03-012-0/+18
* | | | cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-052-2/+1
* | | | MDEV-17909 Problem by MariaDB Update 10.1.32 -> 10.2.19 (Incorrect informatio...Sergei Golubchik2018-12-202-0/+31
* | | | MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-11-042-0/+38
* | | | MDEV-16961 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-08-222-0/+26
* | | | fix vcol.vcol_misc --embeddedSergei Golubchik2018-06-241-0/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-212-0/+26
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-192-0/+26
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-192-3/+112
* | | | Add PART_INDIRECT_KEY_FLAGMonty2018-06-192-0/+63
* | | | MDEV-15243 Crash with virtual fields and row based binary loggingMonty2018-05-246-0/+514
* | | | MDEV-15626 Assertion on update virtual column in partitioned tableSergei Golubchik2018-05-102-0/+22
* | | | Ensure that table->vcol_set is properly restored if usedMonty2018-01-011-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-242-3/+40
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-222-3/+40
| |\ \ \ | | |/ /