summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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
| * | | 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-182-0/+28
* | | | MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2017-09-182-0/+24
* | | | bugfix: TIME_FORMAT() should be ok in stored generated columnsSergei Golubchik2017-09-182-0/+21
* | | | bugfix: TIME_FORMAT() allowed some non-time format specifiersSergei Golubchik2017-09-182-6/+6
* | | | MDEV-13435 Crash when selecting virtual columns generated using JSON functionsSergei Golubchik2017-08-142-0/+20
* | | | MDEV-13209 Cross-database operation with virtual columns failsSergei Golubchik2017-07-052-0/+26
* | | | MDEV-12936 upgrade to 10.2.6 failed upon tables with virtual columnsSergei Golubchik2017-07-052-0/+31
* | | | vcol.wrong_arena fails in fulltestSergei Golubchik2017-04-012-6/+4
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-302-0/+142
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-092-0/+141
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-11605 Assertion `(longlong) thd->status_var.local_memory_used >= 0 || !d...Sergei Golubchik2017-03-292-0/+265
* | | | MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-132-0/+27
* | | | MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlon...Sergei Golubchik2017-02-132-0/+73
* | | | MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-132-0/+137
* | | | MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-132-0/+23
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+0
* | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-117-3/+143
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-107-3/+143
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-172-0/+96
| | |\ \ \ | | | |/ /
| | | * | 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 '10.0' into 10.1Vicențiu Ciorbaru2017-01-165-3/+40
| | |\ \ \ | | | |/ /
| | | * | 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
* | | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-1020-106/+145
|/ / / /
* | | | Disable vcol.vcol_keys_myisam until MDEV-11836 is fixedElena Stepanova2017-01-231-0/+1
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-113-0/+522
* | | | MDEV-11606 Server crashes in mi_make_key / sort_key_readMonty2017-01-112-166/+349
* | | | MDEV-11737 Failing assertion: block->magic_n == MEM_BLOCK_MAGIC_NMonty2017-01-112-24/+45
* | | | MDEV-11598 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Monty2017-01-113-0/+145
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-115-7/+495
* | | | MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2016-12-122-0/+19
* | | | Aria: test for ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMNSergei Golubchik2016-12-124-0/+5
* | | | Item_func_like: print a not like b instead of !(a like b)Sergei Golubchik2016-12-121-1/+1
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-1214-86/+86
* | | | MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-1227-398/+398
* | | | bugfix: partitioning and keyread on an indexed vcolSergei Golubchik2016-12-122-0/+40
* | | | bugfix: non-deterministic vcols in partitioningSergei Golubchik2016-12-123-0/+23
* | | | bugfix: non-deterministic vcols in indexesSergei Golubchik2016-12-123-6/+59