summaryrefslogtreecommitdiff
path: root/storage/innobase/data/data0data.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.7 into 10.8Marko Mäkelä2022-11-011-5/+3
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-10-251-5/+3
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-10-251-5/+3
| | |\
| | | * Fix clang -Wunused-but-set-variableMarko Mäkelä2022-10-141-5/+3
* | | | MDEV-26938 Support descending indexes internally in InnoDBMarko Mäkelä2022-01-261-35/+1
* | | | MDEV-27158: humanize the bytes in innodb info/error messagesDaniel Black2022-01-181-3/+5
|/ / /
* | | One more try: Fix -Wconversion on GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* | | After-merge fix: -Wconversion in GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2021-03-111-1/+1
|\ \ \ | |/ /
| * | MDEV-25057 Assertion `n_fields < dtuple_get_n_fields(entry)'Thirunarayanan Balathandayuthapani2021-03-091-1/+1
* | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-1/+1
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-12-231-1/+1
| |\ \ | | |/
| | * MDEV-23644 Assertion on evaluating foreign referential action for self-refere...Aleksey Midenkov2020-12-221-1/+1
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-031-2/+2
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-2/+2
| |\ \ | | |/
| | * Fixed bugs found by valgrindMonty2020-07-021-2/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-38/+10
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-38/+10
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-021-38/+9
| | |\
| | | * MDEV-20377: Fix -Wunused-but-set-variableMarko Mäkelä2020-07-011-17/+8
| | | * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-22/+2
* | | | MDEV-21907: InnoDB: Enable -Wconversion on clang and GCCMarko Mäkelä2020-03-121-5/+7
|/ / /
* | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Eugene Kosov2019-07-161-9/+1
| |\ \ | | |/
| | * MDEV-19292 "Row size too large" error when creating table with lots columns w...Eugene Kosov2019-07-051-9/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-031-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-031-2/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-031-2/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-3/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-3/+1
| | |\ \ | | | |/
| | | * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-2/+1
* | | | MDEV-18493 Remove page_size_tMarko Mäkelä2019-02-071-1/+7
* | | | MDEV-17820 Assertion failed on instant DROP COLUMNMarko Mäkelä2019-01-101-1/+2
* | | | Reduce the number of dict_table_page_size() callsMarko Mäkelä2018-12-141-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-191-2/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-2/+0
| |\ \ \ | | |/ /
| | * | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-2/+0
* | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-9/+22
* | | | MDEV-15562: Add dict_index_t::first_user_field()Marko Mäkelä2018-10-101-22/+22
|/ / /
* | | Terminology: 'metadata record' instead of 'default row'Marko Mäkelä2018-09-191-1/+2
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-4/+4
* | | Identify system-versioned columns in the InnoDB dictionaryMarko Mäkelä2017-11-271-14/+0
* | | SQL, IB: various refactoring [#337]Eugene Kosov2017-11-271-0/+14
* | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-0/+34
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-7/+4
|\ \ \ | |/ /