summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEST: InnoDB: purge should wait for prepared transactions too10.2-vcolsSergei Golubchik2016-12-143-4/+6
* TEST: InnoDB: don't stop purge threads if there's work to doSergei Golubchik2016-12-141-1/+1
* TEST: InnoDB purge thread and other bg threadsSergei Golubchik2016-12-143-6/+27
* sporadic crashes of innodb.innodb_prefix_index_restart_serverSergei Golubchik2016-12-142-0/+12
* Travis: add lib{stemmer,xml2,pcre3}-devDaniel Black2016-12-141-0/+8
* buildbot issuesSergei Golubchik2016-12-133-4/+4
* Merge the test innodb.innodb_misc1 into innodb.innodb.Marko Mäkelä2016-12-135-2166/+55
* MDEV-11470 JSON_KEYS accepts arguments in invalid format.Alexey Botchkov2016-12-136-131/+351
* MDEV-11540 Unexpected system threads in the process listbb-10.2-vcolsSergei Golubchik2016-12-122-0/+4
* MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2016-12-123-3/+23
* cleanup: remove unused handler table flagSergei Golubchik2016-12-122-7/+2
* bugfix: reset MODE_NO_BACKSLASH_ESCAPES during vcol parsingSergei Golubchik2016-12-123-0/+44
* Aria: test for ER_KEY_BASED_ON_GENERATED_VIRTUAL_COLUMNSergei Golubchik2016-12-125-0/+13
* CONNECT: simple vcol testSergei Golubchik2016-12-122-0/+55
* weird compilation fixSergei Golubchik2016-12-121-3/+5
* Item_func_like: print a not like b instead of !(a like b)Sergei Golubchik2016-12-1215-27/+37
* Item::print(): remove redundant parenthesesSergei Golubchik2016-12-12188-2553/+2684
* MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-1267-1110/+1116
* bugfix: InnoDB doesn't support ICP on vcolsSergei Golubchik2016-12-123-0/+7
* bugfix: partitioning and keyread on an indexed vcolSergei Golubchik2016-12-123-1/+41
* bugfix: non-deterministic vcols in partitioningSergei Golubchik2016-12-126-0/+34
* bugfix: non-deterministic vcols in indexesSergei Golubchik2016-12-124-9/+73
* cleanup: unpack_vcol_info_from_frmSergei Golubchik2016-12-122-104/+74
* rename Virtual_column_info::expr_itemSergei Golubchik2016-12-1214-60/+60
* store/show vcols as item->print()Sergei Golubchik2016-12-12132-2195/+2094
* test how MDL blocks InnoDB purgeSergei Golubchik2016-12-122-1/+40
* MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-1265-1110/+7371
* cleanup: InnoDB, dict_create_add_foreign_to_dictionary()Sergei Golubchik2016-12-123-8/+4
* cleanup: InnoDB, remove index_field_t::col_nameSergei Golubchik2016-12-125-52/+1
* cleanup: InnoDB, various minor issuesSergei Golubchik2016-12-128-185/+45
* cleanup: redundant casts in THD::dec_thread_countSergei Golubchik2016-12-121-2/+2
* cleanup: unused handler::check_if_supported_virtual_columns()Sergei Golubchik2016-12-121-12/+0
* extend prelocking to FK-accessed tablesSergei Golubchik2016-12-126-4/+155
* cleanup: sp_head::add_used_tables_to_table_list()Sergei Golubchik2016-12-122-27/+28
* cleanup: FOREIGN_KEY_INFOSergei Golubchik2016-12-129-57/+58
* bugfix: remove broken insert t values () optimizationSergei Golubchik2016-12-127-21/+2
* bugfix: table->get_fields_in_item_tree=trueSergei Golubchik2016-12-122-1/+1
* bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-128-7/+301
* bugfix: multi-UPDATE, vcols, const tablesSergei Golubchik2016-12-128-17/+63
* bugfix: move vcol calculations down into the handlerSergei Golubchik2016-12-129-25/+72
* bugfix: update-behind-insertSergei Golubchik2016-12-123-0/+23
* cleanup: remove now-unused TABLE::merge_keysSergei Golubchik2016-12-127-12/+1
* bugfix: mark_columns_needed_for_updateSergei Golubchik2016-12-125-15/+92
* MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-1226-86/+1680
* gcol mysql-test suite from 5.7Sergei Golubchik2016-12-1290-22/+21645
* enable spatial indexes in innodb vcol testsSergei Golubchik2016-12-123-3/+9
* TABLE::update_virtual_field to compute just one vcolSergei Golubchik2016-12-124-0/+29
* make myisamchk -d ignore HA_CREATE_RELIES_ON_SQL_LAYERSergei Golubchik2016-12-121-1/+1
* cleanup: minor issues in MyISAMSergei Golubchik2016-12-125-55/+44
* cleanup: T_REP/T_REP_BY_SORT/T_REP_PARALLEL in MyISAMSergei Golubchik2016-12-123-10/+9