summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16961 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-08-221-0/+16
* fix vcol.vcol_misc --embeddedSergei Golubchik2018-06-241-0/+2
* Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-0/+16
|\
| * Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-191-0/+16
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-191-0/+16
| | |\
| | | * MDEV-15834 The code in TABLE_SHARE::init_from_binary_frm_image() is not safeAlexander Barkov2018-06-191-0/+16
* | | | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-3/+59
* | | | Add PART_INDIRECT_KEY_FLAGMonty2018-06-191-0/+25
* | | | MDEV-15243 Crash with virtual fields and row based binary loggingMonty2018-05-243-0/+71
* | | | MDEV-15626 Assertion on update virtual column in partitioned tableSergei Golubchik2018-05-101-0/+12
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-2/+20
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+20
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-0/+20
| | |\ \ | | | |/
| | | * MDEV-11819 NO_ZERO_IN_DATE: Incorrect generated column valueAlexander Barkov2017-10-061-0/+20
* | | | MDEV-13708 Crash with indexed virtual columns and FK cascading deletesSergei Golubchik2017-09-181-0/+16
* | | | MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2017-09-181-0/+14
* | | | bugfix: TIME_FORMAT() should be ok in stored generated columnsSergei Golubchik2017-09-181-0/+6
* | | | bugfix: TIME_FORMAT() allowed some non-time format specifiersSergei Golubchik2017-09-181-2/+2
* | | | MDEV-13435 Crash when selecting virtual columns generated using JSON functionsSergei Golubchik2017-08-141-0/+11
* | | | MDEV-13209 Cross-database operation with virtual columns failsSergei Golubchik2017-07-051-0/+9
* | | | MDEV-12936 upgrade to 10.2.6 failed upon tables with virtual columnsSergei Golubchik2017-07-051-0/+13
* | | | vcol.wrong_arena fails in fulltestSergei Golubchik2017-04-011-0/+4
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+33
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+32
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-0/+32
| | |\ \ | | | |/
| | | * MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-271-0/+32
* | | | MDEV-11605 Assertion `(longlong) thd->status_var.local_memory_used >= 0 || !d...Sergei Golubchik2017-03-291-0/+131
* | | | MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-131-0/+16
* | | | MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlon...Sergei Golubchik2017-02-131-0/+40
* | | | MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-131-0/+28
* | | | MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-131-0/+13
* | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-112-0/+46
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-102-0/+46
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-0/+35
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-0/+35
| | | |\ \ | | | | |/
| | | | * bugfix: Item_func_min_max stored thd internallySergei Golubchik2017-01-151-0/+11
| | | | * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-1/+3
| | | | * MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-151-0/+22
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+11
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-0/+11
| | | |\ \ | | | | |/
| | | | * MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATESergei Golubchik2017-01-121-0/+11
* | | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-106-6/+10
|/ / / /
* | | | MDEV-11606 Server crashes in mi_make_key / sort_key_readMonty2017-01-111-50/+195
* | | | MDEV-11737 Failing assertion: block->magic_n == MEM_BLOCK_MAGIC_NMonty2017-01-111-24/+35
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-5/+3
* | | | MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2016-12-121-0/+10
* | | | Aria: test for ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMNSergei Golubchik2016-12-122-0/+3
* | | | MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-124-75/+75
* | | | bugfix: partitioning and keyread on an indexed vcolSergei Golubchik2016-12-121-0/+20
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-122-1/+6