summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol/r
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-11-041-0/+16
* MDEV-16961 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-08-221-0/+10
* Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-0/+10
|\
| * Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-191-0/+10
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-191-0/+10
| | |\
| | | * MDEV-15834 The code in TABLE_SHARE::init_from_binary_frm_image() is not safeAlexander Barkov2018-06-191-0/+10
* | | | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-0/+53
* | | | Add PART_INDIRECT_KEY_FLAGMonty2018-06-191-0/+38
* | | | MDEV-15243 Crash with virtual fields and row based binary loggingMonty2018-05-243-0/+443
* | | | MDEV-15626 Assertion on update virtual column in partitioned tableSergei Golubchik2018-05-101-0/+10
* | | | Ensure that table->vcol_set is properly restored if usedMonty2018-01-011-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-1/+20
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+20
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-0/+19
| | |\ \ | | | |/
| | | * MDEV-11819 NO_ZERO_IN_DATE: Incorrect generated column valueAlexander Barkov2017-10-061-0/+19
| * | | MDEV-10880: Assertions `keypart_map' or `prebuilt->search_tuple->n_fields > 0...Oleksandr Byelkin2017-06-232-2/+2
* | | | MDEV-13708 Crash with indexed virtual columns and FK cascading deletesSergei Golubchik2017-09-181-0/+12
* | | | MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2017-09-181-0/+10
* | | | bugfix: TIME_FORMAT() should be ok in stored generated columnsSergei Golubchik2017-09-181-0/+15
* | | | bugfix: TIME_FORMAT() allowed some non-time format specifiersSergei Golubchik2017-09-181-4/+4
* | | | MDEV-13435 Crash when selecting virtual columns generated using JSON functionsSergei Golubchik2017-08-141-0/+9
* | | | MDEV-13209 Cross-database operation with virtual columns failsSergei Golubchik2017-07-051-0/+17
* | | | MDEV-12936 upgrade to 10.2.6 failed upon tables with virtual columnsSergei Golubchik2017-07-051-0/+18
* | | | vcol.wrong_arena fails in fulltestSergei Golubchik2017-04-011-6/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+109
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+109
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-0/+109
| | |\ \ | | | |/
| | | * MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-271-0/+109
* | | | MDEV-11605 Assertion `(longlong) thd->status_var.local_memory_used >= 0 || !d...Sergei Golubchik2017-03-291-0/+134
* | | | MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-131-0/+11
* | | | MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlon...Sergei Golubchik2017-02-131-0/+33
* | | | MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-131-0/+109
* | | | MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-131-0/+10
* | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-114-2/+88
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-104-2/+88
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-0/+61
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-0/+61
| | | |\ \ | | | | |/
| | | | * bugfix: Item_func_min_max stored thd internallySergei Golubchik2017-01-151-0/+15
| | | | * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-6/+13
| | | | * MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-151-0/+39
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-163-2/+21
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-143-2/+21
| | | |\ \ | | | | |/
| | | | * MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATESergei Golubchik2017-01-121-0/+7
| | | | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-112-2/+14
* | | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-1011-91/+123
|/ / / /
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-112-0/+457
* | | | MDEV-11606 Server crashes in mi_make_key / sort_key_readMonty2017-01-111-116/+154
* | | | MDEV-11737 Failing assertion: block->magic_n == MEM_BLOCK_MAGIC_NMonty2017-01-111-0/+10
* | | | MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Monty2017-01-112-0/+94
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-113-2/+360