summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21133 follow-up: Use fil_page_get_type()Marko Mäkelä2020-05-079-28/+25
* MDEV-21133 follow-up: More my_assume_aligned hintsMarko Mäkelä2020-05-0713-203/+81
* Merge 10.4 into 10.5Marko Mäkelä2020-05-0571-725/+757
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-05-0575-724/+754
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-045-17/+64
| | |\
| | | * MDEV-7962: Fix cmake WITH_WSREP=OFFMarko Mäkelä2020-05-041-1/+1
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-05-042-14/+78
| | | |\
| | | | * MDEV-19092 Server crash when renaming the column whenbb-10.1-MDEV-19092Thirunarayanan Balathandayuthapani2020-05-042-14/+78
| | | * | MDEV-7962 post-push fixesMarko Mäkelä2020-05-044-10/+25
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-0470-665/+668
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-024-8/+12
| | | |\ \ | | | | |/
| | | | * Merge remote-tracking branch 'connect/10.1' into 10.1Oleksandr Byelkin2020-04-302-4/+8
| | | | |\
| | | | | * - Fix https://stackoverflow.com/questions/60625778/import-complex-xml-from-mu...Olivier Bertrand2020-03-112-4/+8
| | | | * | Merge branch 'merge-tokudb-5.6' into 10.1Oleksandr Byelkin2020-04-301-1/+1
| | | | |\ \
| | | | | * | 5.6.47-87.0Oleksandr Byelkin2020-04-301-1/+1
| | | | * | | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-3/+3
| | | | |\ \ \
| | | | | * | | don't enable -Werror in ft-indexSergei Golubchik2020-04-291-3/+3
| | | * | | | | MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-2964-648/+648
| | * | | | | | MDEV-22446 InnoDB aborts while adding instant column for discarded tablespaceThirunarayanan Balathandayuthapani2020-05-041-0/+7
| | * | | | | | split log_t::buf into two buffersEugene Kosov2020-04-304-51/+38
| * | | | | | | MDEV-22465: DROP indexed COLUMN is wrongly claimed to be ALGORITHM=INSTANTMarko Mäkelä2020-05-051-2/+3
| * | | | | | | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-05-052-0/+31
* | | | | | | | remove double std::map lookupEugene Kosov2020-05-051-5/+7
* | | | | | | | cleanup: ha_external_unlock() helperSergei Golubchik2020-05-052-2/+2
* | | | | | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-053-16/+15
* | | | | | | | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-05-052-0/+31
* | | | | | | | Cleanup: Remove global functions or redundant parametersMarko Mäkelä2020-05-0510-126/+45
* | | | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-041-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-22452: Fix cmake -DWITH_WSREP=OFFMarko Mäkelä2020-05-041-1/+1
* | | | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-044-33/+36
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-22452: Missing call to wsrep_commit_ordered in trx_t::commit()Marko Mäkelä2020-05-044-17/+33
| * | | | | | | MDEV-22410 Change the error when table schema mismatch happensThirunarayanan Balathandayuthapani2020-05-041-2/+2
* | | | | | | | Cleanup: Reduce que_thr_t, que_fork_t, trx_lock_t sizeMarko Mäkelä2020-04-308-172/+84
* | | | | | | | Cleanup: More trx_t member functionsMarko Mäkelä2020-04-299-168/+94
* | | | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-2925-766/+695
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-7962: Remove one more wsrep_on()Marko Mäkelä2020-04-291-2/+1
| * | | | | | | MDEV-7962: Follow-up fix for 10.4Marko Mäkelä2020-04-295-306/+237
| * | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-298-255/+305
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-287-255/+241
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-22394 Merge new release of InnoDB 5.7.30 to 10.2Marko Mäkelä2020-04-282-3/+2
| | | |\ \ \ \ \
| | | | * | | | | MDEV-22384 Wrong estimate of affected BLOB columns in update of PRIMARY KEYMarko Mäkelä2020-04-281-2/+1
| | | |/ / / / /
| | | * | | | | Merge 10.1 into 10.2Marko Mäkelä2020-04-289-229/+237
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | InnoDB 5.6.48Marko Mäkelä2020-04-289-215/+227
| | | | |\ \ \ \
| | | | | * | | | MDEV-22393 Corruption for SET GLOBAL innodb_ string variablesMarko Mäkelä2020-04-288-214/+226
| | | | |/ / / /
| | | | * | | | MDEV-22392 Race condition on SET GLOBAL innodb_buffer_pool_evict='uncompressed'Marko Mäkelä2020-04-281-7/+8
| | | | * | | | Remove a duplicated copyright messageMarko Mäkelä2020-04-281-1/+0
| | | | * | | | XtraDB 5.6.47-87.0Marko Mäkelä2020-04-271-2/+2
| | | * | | | | Cleanup: Declare rtr_get_father_node() staticallyMarko Mäkelä2020-04-282-135/+117
| | * | | | | | MDEV-19611 INPLACE ALTER does not fail on bad implicit default valueThirunarayanan Balathandayuthapani2020-04-281-0/+64
| * | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-2718-177/+122
| |\ \ \ \ \ \ \ | | |/ / / / / /