summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup: move all Item processors togetherSergei Golubchik2016-12-121-108/+51
* cleanup: remove ONLY_FOR_MYSQL_CLOSED_SOURCE_SCHEDULEDSergei Golubchik2016-12-121-179/+0
* cleanup: set_field_ptr()Sergei Golubchik2016-12-125-50/+30
* cleanup: Field_blob::get_ptr()Sergei Golubchik2016-12-125-36/+30
* cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-1212-48/+43
* bugfix: stored column depends on virtual depends on updatedSergei Golubchik2016-12-123-14/+41
* cleanup: update_virtual_fields()Sergei Golubchik2016-12-125-47/+57
* improve Item_field::register_field_in_read_map()Sergei Golubchik2016-12-121-8/+6
* cleanup: don't update_virtual_fields from READ_RECORDSergei Golubchik2016-12-122-6/+0
* cleanup: InnoDB: is_partition()Sergei Golubchik2016-12-121-35/+26
* cleanup: spatial indexes in MyISAMSergei Golubchik2016-12-122-4/+6
* cleanup: unused open_table_from_share() flagsSergei Golubchik2016-12-129-59/+23
* cleanup: remove unused Field::utype valuesSergei Golubchik2016-12-126-45/+18
* cleanup: avoid Field::field_indexSergei Golubchik2016-12-125-7/+7
* cleanup: rename a methodSergei Golubchik2016-12-121-3/+4
* cleanup: my_strerrorSergei Golubchik2016-12-123-10/+9
* cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-126-35/+18
* cleanup: extra_rec_buf_lengthSergei Golubchik2016-12-125-28/+5
* cleanup: old (harmless?) typo fixedSergei Golubchik2016-12-121-1/+1
* cleanup: fix a commentSergei Golubchik2016-12-125-20/+15
* cleanup: set_thd_proc_info()Sergei Golubchik2016-12-121-4/+4
* cleanup: remove dead (half-merged) code from partition_info.*Sergei Golubchik2016-12-123-378/+1
* cleanup: reorder TABLE membersSergei Golubchik2016-12-124-18/+19
* cleanup: parser: s/USER/USER_SYM/Sergei Golubchik2016-12-122-15/+15
* cleanup: remove Item::intro_versionSergei Golubchik2016-12-12157-5825/+5769
* cleanup: TABLE::init()Sergei Golubchik2016-12-121-1/+1