summaryrefslogtreecommitdiff
path: root/storage/innobase/handler/handler0alter.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22627 fixup: Cover also ALTER TABLE...ALGORITHM=INPLACEMarko Mäkelä2021-10-201-0/+2
* MDEV-20154 Assertion `len <= col->len | ...` failed in row_merge_buf_addNikita Malyavin2021-07-291-36/+29
* Cleanup: Remove redundant conditionsMarko Mäkelä2021-07-291-11/+2
* Cleanup: Remove dead codeMarko Mäkelä2021-07-281-6/+0
* MDEV-25594: Improve debug checksMarko Mäkelä2021-07-271-2/+1
* MDEV-26203 CREATE INDEX may enforce incorrect maximum column lengthMarko Mäkelä2021-07-221-2/+7
* MDEV-24971 InnoDB access freed virtual column after rollback of secondary indexst-10.2-MDEV-24971Thirunarayanan Balathandayuthapani2021-04-131-2/+1
* MDEV-24971 InnoDB access freed virtual column after rollback of secondary indexThirunarayanan Balathandayuthapani2021-04-121-19/+56
* MDEV-25295 Aborted FTS_DOC_ID_INDEX considered as existing FTS_DOC_ID_INDEX d...bb-10.2-MDEV-25295Thirunarayanan Balathandayuthapani2021-04-061-2/+4
* MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDSMarko Mäkelä2021-02-121-0/+34
* MDEV-21478 fixup: Avoid a memory leakMarko Mäkelä2021-01-141-4/+3
* MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDThirunarayanan Balathandayuthapani2021-01-111-0/+17
* MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-2/+2
* Cleanup: row_log_free()Marko Mäkelä2020-11-251-0/+1
* Revert MDEV-23484 Rollback unnecessarily acquires dict_operation_lockMarko Mäkelä2020-10-201-2/+2
* MDEV-23387 dict_load_foreign() fails to load the table during alterThirunarayanan Balathandayuthapani2020-10-191-1/+1
* Merge 10.1 into 10.2Marko Mäkelä2020-09-291-0/+6
|\
| * MDEV-22277 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2020-09-281-0/+6
* | MDEV-22939: Restore an AUTO_INCREMENT checkMarko Mäkelä2020-09-221-0/+6
* | MDEV-22939 Server crashes in row_make_new_pathname()Marko Mäkelä2020-09-221-9/+9
* | MDEV-23514 Race conditions between ROLLBACK and ALTER TABLEMarko Mäkelä2020-08-201-2/+2
* | MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-191-0/+5
* | MDEV-14119 Assertion cmp_rec_rec() in ALTER TABLEMarko Mäkelä2020-08-111-7/+11
* | MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-231-5/+0
* | MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-181-0/+1
* | MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-041-1/+1
* | MDEV-22633 Assertion failed in prepare_inplace_alter_table_dictThirunarayanan Balathandayuthapani2020-05-201-1/+4
* | MDEV-19114 gcol.innodb_virtual_debug: Assertion n_fields>0 failedMarko Mäkelä2020-05-191-10/+6
* | MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-151-11/+5
* | MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-1/+1
* | Fixup MDEV-21429: Correct a definitionMarko Mäkelä2020-01-071-2/+2
* | MDEV-21429 TRUNCATE and OPTIMIZE are being refused due to "row size too large"Marko Mäkelä2020-01-071-6/+17
* | MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-1/+1
* | MDEV-20949 Stop issuing 'row size' error on DMLEugene Kosov2019-11-131-0/+9
* | dict_load_table(): Remove constant parameter cached=trueMarko Mäkelä2019-09-271-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-09-181-4/+3
|\ \ | |/
| * MDEV-19529 InnoDB hang on DROP FULLTEXT INDEXThirunarayanan Balathandayuthapani2019-09-181-4/+3
* | Cleanup: this is how to use spanEugene Kosov2019-08-051-32/+28
* | MDEV-15641 InnoDB crash while committing table-rebuilding ALTER TABLEThirunarayanan Balathandayuthapani2019-07-101-67/+97
* | MDEV-19292 "Row size too large" error when creating table with lots columns w...Eugene Kosov2019-07-051-14/+7
* | MDEV-19602 Replace mysql_version check with frm_version for virtual columns ...Thirunarayanan Balathandayuthapani2019-05-281-1/+1
* | Remove unnecessary pointer indirection for rw_lock_tMarko Mäkelä2019-05-131-8/+8
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-2/+19
|\ \ \ | |/ /
| * | Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING...Marko Mäkelä2019-04-251-1/+18
| * | Clean up ib_sequence::m_max_valueMarko Mäkelä2019-04-251-1/+1
* | | MDEV-19346: Remove dummy InnoDB log checkpointsMarko Mäkelä2019-05-031-1/+0
* | | innobase_col_check_fk(): Remove copyingMarko Mäkelä2019-04-261-8/+4