summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dict_col_t::dropped10.4-mdev-15662Marko Mäkelä2018-09-273-11/+11
* Include dropped columns in ctx->instant_table and dict_index_tMarko Mäkelä2018-09-2712-647/+631
* Fix sign mismatchMarko Mäkelä2018-09-261-1/+1
* - Fix for rollback_instant() and set the table order for virtual columnThirunarayanan Balathandayuthapani2018-09-263-29/+102
* Adjust testsMarko Mäkelä2018-09-264-14/+2
* Properly rebuild SYS_COLUMNS metadataMarko Mäkelä2018-09-262-138/+129
* Correctly update SYS_COLUMNSMarko Mäkelä2018-09-251-305/+304
* Add a FIXME comment about supporting column reorderingMarko Mäkelä2018-09-251-0/+2
* Adjust an assertion in dict_table_t::rollback_instant()Marko Mäkelä2018-09-252-2/+18
* Revert changes to REC_OFFS_MASKMarko Mäkelä2018-09-253-63/+6
* Remove dict_field_t::init_metadata_blob()Marko Mäkelä2018-09-242-19/+10
* Simplify dict_index_t::instant_op_field()Marko Mäkelä2018-09-241-14/+8
* Move non_pk_col_map from dict_table_t to dict_instant_tMarko Mäkelä2018-09-242-55/+43
* Introduce dict_table_t::instant (DROP or reorder columns)Marko Mäkelä2018-09-247-100/+93
* Remove an orphan declarationMarko Mäkelä2018-09-241-5/+1
* Correct commentsMarko Mäkelä2018-09-242-6/+2
* Remove btr_cur_instant_init_clust_index()Marko Mäkelä2018-09-241-64/+24
* dict_table_t::construct_dropped_columns(): Fix an errorMarko Mäkelä2018-09-241-1/+1
* Allow the reordering of columnsMarko Mäkelä2018-09-242-7/+3
* rec_get_offsets_func(): Relax an assertion for ROW_FORMAT=REDUNDANTMarko Mäkelä2018-09-241-1/+2
* Revert changes to innodb.instant_alter testMarko Mäkelä2018-09-246-234/+686
* Simplify dict_index_t::is_instant()Marko Mäkelä2018-09-211-27/+3
* Simplify ha_innobase::check_if_supported_inplace_alter()Marko Mäkelä2018-09-211-95/+43
* Fix instant DROP COLUMN of multiple columnsMarko Mäkelä2018-09-211-25/+18
* Fixup 7b2100f549302efdcea757059a5f97dd66b813e3Marko Mäkelä2018-09-211-2/+2
* Rename dict_col_t::remove_instant()Marko Mäkelä2018-09-212-3/+3
* Minor cleanup of dict_col_tMarko Mäkelä2018-09-216-32/+23
* Remove redundant zero-initializationMarko Mäkelä2018-09-211-4/+0
* Remove unnecessary allocationMarko Mäkelä2018-09-214-41/+14
* Merge 10.4 into 10.4-mdev-15662Marko Mäkelä2018-09-212-14/+51
|\
| * Merge 10.3 into 10.4Marko Mäkelä2018-09-212-114/+159
| |\
| | * Clean up some SPATIAL INDEX codeMarko Mäkelä2018-09-212-114/+159
* | | - Removed un-necessary variables and functions from dict_index_tThirunarayanan Balathandayuthapani2018-09-2111-87/+52
* | | - Post push fix for the failuresThirunarayanan Balathandayuthapani2018-09-201-2/+4
* | | - Rewrote remove_instant in dict_index_t. So that itThirunarayanan Balathandayuthapani2018-09-203-16/+64
* | | Adjust a result. FIXME: Fix the code insteadMarko Mäkelä2018-09-201-1/+1
* | | Revert changes to rec_offs_data_size() and friendsMarko Mäkelä2018-09-202-21/+2
* | | instant_alter_column_possible(): Disable ALTER_STORED_COLUMN_ORDER for nowMarko Mäkelä2018-09-201-1/+2
* | | Use accessors rec_is_metadata(), rec_is_alter_metadata()Marko Mäkelä2018-09-205-41/+46
* | | Clean up row_build_spatial_index_first_field()Marko Mäkelä2018-09-201-57/+37
* | | s/ADD COLUMN/ALTER TABLE/Marko Mäkelä2018-09-201-3/+5
* | | Correct an assertionMarko Mäkelä2018-09-201-1/+2
* | | - Removed instant from dict_index_t.Thirunarayanan Balathandayuthapani2018-09-205-22/+30
* | | - Fixed the position of column reorder during drop column.Thirunarayanan Balathandayuthapani2018-09-2010-806/+384
* | | Merge 10.4 into 10.4-mdev-15662Marko Mäkelä2018-09-1913-39/+45
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2018-09-1913-39/+45
| |\ \ | | |/
| | * Follow-up to MDEV-16328: ALTER TABLE…page_compression_level should not rebu...Marko Mäkelä2018-09-196-21/+27
| | * Terminology: 'metadata' not 'default rec'Marko Mäkelä2018-09-197-18/+18
* | | Reduce instant_alter.test for nowMarko Mäkelä2018-09-191-1/+2
* | | dict_table_t::instant_op_column(): Skip to-be-dropped indexesMarko Mäkelä2018-09-191-0/+3