summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/instant_alter.result
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-021-0/+11
|\
| * MDEV-28822 Table from older version requires table rebuild when adding column...Alexander Barkov2022-10-261-0/+11
* | Merge 10.6 into 10.7Marko Mäkelä2022-09-211-9/+9
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-9/+9
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-09-131-9/+9
| | |\
| | | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-7/+7
* | | | MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rowsSergei Golubchik2021-10-261-6/+6
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-6/+18
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-07-021-6/+18
| |\ \ | | |/
| | * MDEV-25971 Instant ADD COLUMN fails to issue truncation warningsThirunarayanan Balathandayuthapani2021-07-021-6/+18
* | | Merge 10.4 into 10.5Marko Mäkelä2021-05-031-0/+27
|\ \ \ | |/ /
| * | MDEV-25630 Rollback of instant operation adds wrong column to secondary indexbb-10.4-MDEV-25630Thirunarayanan Balathandayuthapani2021-04-281-0/+27
* | | Merge 10.4 into 10.5Marko Mäkelä2021-03-111-0/+13
|\ \ \ | |/ /
| * | MDEV-25057 Assertion `n_fields < dtuple_get_n_fields(entry)'Thirunarayanan Balathandayuthapani2021-03-091-0/+13
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-1/+9
|\ \ \ | |/ /
| * | MDEV-22465: DROP indexed COLUMN is wrongly claimed to be ALGORITHM=INSTANTMarko Mäkelä2020-05-051-1/+9
* | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-1/+118
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-03-301-1/+118
| |\ \ | | |/
| | * MDEV-20590 Introduce a file format constraint to ALTER TABLEMarko Mäkelä2020-03-301-1/+52
* | | MDEV-21744 Assertion `!rec_offs_nth_sql_null(offsets, n)' failedMarko Mäkelä2020-02-171-1/+37
|/ /
* | MDEV-21485 ASAN use-after-poison in dfield_get_len or Assertion `pos < index-...Marko Mäkelä2020-01-151-1/+10
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+22
|\ \ | |/
| * MDEV-21172 Memory leak after failed ADD PRIMARY KEYMarko Mäkelä2019-12-051-1/+22
* | MDEV-21148: Assertion index->n_core_fields + n_add >= index->n_fieldsMarko Mäkelä2019-11-261-1/+40
* | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-201-1/+25
* | MDEV-20949: Merge 10.3 into 10.4Marko Mäkelä2019-11-141-6/+0
|\ \ | |/
| * MDEV-20949: Merge 10.2 into 10.3Marko Mäkelä2019-11-141-6/+0
* | Merge 10.3 into 10.4Marko Mäkelä2019-08-311-1/+70
|\ \ | |/
| * MDEV-20066 Wrong value on instantly added column after DELETE and UPDATEMarko Mäkelä2019-08-301-1/+70
* | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-0/+13
|\ \ | |/
| * Merge 10.2 into 10.3Eugene Kosov2019-07-161-0/+13
* | MDEV-18266 Changing an index comment unnecessarily rebuilds indexbb-10.4-MDEV-18266-index-commentEugene Kosov2019-07-101-0/+14
* | Merge 10.3 into 10.4bb-10.4-supermergejanMarko Mäkelä2019-04-121-3/+3
|\ \ | |/
* | MDEV-18719 Assertion (c.prtype ^ o->prtype) & ... failed on ALTER TABLEMarko Mäkelä2019-02-251-1/+28
* | MDEV-18649 Assertion supremum[7] == index.n_core_null_bytes failedMarko Mäkelä2019-02-201-1/+19
* | MDEV-18627 Wrong result after instant size change of integerMarko Mäkelä2019-02-181-13/+61
* | MDEV-18596 Crash in row_mysql_store_col_in_innobase_format() on MODIFY/ADD co...Marko Mäkelä2019-02-181-1/+157
* | MDEV-18609 Assertion !is_string || (*af)->charset() == cf->charset failedMarko Mäkelä2019-02-181-0/+36
* | MDEV-18598: Wrong results after instant integer conversionsMarko Mäkelä2019-02-171-0/+138
* | MDEV-18579 Assertion !ctx->online || num_fts_index == 0Marko Mäkelä2019-02-151-1/+10
* | MDEV-18315/MDEV-18316: Assertion failures on instant DROP COLUMNMarko Mäkelä2019-01-211-1/+31
* | MDEV-18149 Crash after DROP COLUMN of AUTO_INCREMENT column on nonempty tableMarko Mäkelä2019-01-171-1/+28
* | MDEV-18218 Assertion `0' failed in btr_page_reorganize_low upon DROP COLUMNMarko Mäkelä2019-01-161-1/+22
* | MDEV-17820 Assertion failed on instant DROP COLUMNMarko Mäkelä2019-01-101-1/+181
* | MDEV-18160/MDEV-18162 Assertion failure or crash after DROP COLUMNMarko Mäkelä2019-01-081-1/+31
* | MDEV-18076/MDEV-18077 Crash on AUTO_INCREMENT column after instant DROPMarko Mäkelä2018-12-271-1/+28
* | MDEV-18033/MDEV-18034: Assertion failed on NOT NULL removalMarko Mäkelä2018-12-271-1/+16
* | MDEV-18048: Relax a too strict debug assertionMarko Mäkelä2018-12-211-1/+13
* | MDEV-18035 Failing assertion on DELETEMarko Mäkelä2018-12-211-0/+15
* | MDEV-15563: Instantly change a column to NULLMarko Mäkelä2018-12-131-1/+10