summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* dict_load_table(): Remove constant parameter cached=trueMarko Mäkelä2019-09-272-7/+2
* Remove the unused function btr_page_get()Marko Mäkelä2019-09-242-60/+1
* MDEV-17614 post-fix: Remove dead dup_chk_only=true code.Marko Mäkelä2019-09-231-17/+5
* Merge 10.1 into 10.2Marko Mäkelä2019-09-183-71/+17
|\
| * MDEV-19529 InnoDB hang on DROP FULLTEXT INDEXThirunarayanan Balathandayuthapani2019-09-183-76/+9
* | Remove an unused declarationMarko Mäkelä2019-09-181-7/+0
* | MDEV-15326: Backport trx_t::is_referenced()Marko Mäkelä2019-09-044-41/+48
* | MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-045-107/+84
* | MDEV-15326 preparation: Remove trx_sys_t::n_prepared_trxMarko Mäkelä2019-09-041-12/+0
* | MVCC::view_close(): Correct commentsMarko Mäkelä2019-09-041-3/+4
* | MDEV-15326/MDEV-16136 dead code removalMarko Mäkelä2019-08-272-28/+7
* | MDEV-17187 table doesn't exist in engine after ALTER of FOREIGN KEYMarko Mäkelä2019-08-211-4/+4
* | MDEV-17187: Code cleanupMarko Mäkelä2019-08-211-4/+19
* | dict_table_open_on_index_id(): Remove a redundant parameterMarko Mäkelä2019-08-211-6/+1
* | Problem:Thirunarayanan Balathandayuthapani2019-08-161-0/+6
* | MDEV-17614: After-merge fixMarko Mäkelä2019-08-122-7/+0
* | Merge 10.1 into 10.2Marko Mäkelä2019-08-121-1/+1
|\ \ | |/
| * Merge 5.5 into 10.1Marko Mäkelä2019-08-121-1/+1
| |\
| | * Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-121-1/+3
* | | MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while prepar...Vlad Lesin2019-08-072-1/+13
* | | fix build (-Werror + -Wignored-qualifiers)Eugene Kosov2019-08-061-12/+0
* | | MDEV-20103 add a class similar to std::spanEugene Kosov2019-08-051-0/+157
* | | fts_sync_table(), fts_sync() dead code removalMarko Mäkelä2019-07-251-9/+2
* | | MDEV-20133 Merge new release of InnoDB 5.7.27 to 10.2Marko Mäkelä2019-07-251-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-2515-204/+40
|\ \ \ | |/ /
| * | Replace ut_timer() with my_interval_timer()Marko Mäkelä2019-07-252-125/+0
| * | Remove the wrappers ut_time(), ut_difftime(), ib_time_tMarko Mäkelä2019-07-245-43/+8
| * | Reduce the amount of time(NULL) calls for lock processingMarko Mäkelä2019-07-244-25/+18
| * | MDEV-14154: Document some time_t fields betterMarko Mäkelä2019-07-241-1/+3
| * | Always initialize trx_t::start_time_microMarko Mäkelä2019-07-241-4/+5
| * | Remove ut_usectime(), ut_gettimeofday()Marko Mäkelä2019-07-241-13/+0
| * | Correct the type of a parameterMarko Mäkelä2019-07-241-1/+1
| * | MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-242-28/+2
| * | Remove unused ut_get_year_month_day()Marko Mäkelä2019-07-241-9/+1
| * | MDEV-20127 Merge new release of InnoDB 5.6.45 to 10.1Marko Mäkelä2019-07-231-1/+1
| * | MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-221-1/+2
* | | MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-232-28/+3
* | | MDEV-17005 ASAN heap-use-after-free in innobase_get_computed_valueNikita Malyavin2019-07-221-0/+3
* | | MDEV-19471 Add ASAN-poisoned redzones for mem_heap_tbb-10.2-MDEV-19471-asan-mem_heap_tEugene Kosov2019-07-192-3/+8
* | | MDEV-19292 "Row size too large" error when creating table with lots columns w...Eugene Kosov2019-07-051-0/+11
* | | MDEV-17228 Encrypted temporary tables are not encryptedThirunarayanan Balathandayuthapani2019-06-283-6/+23
* | | mtr_t::is_block_dirtied(): Define inlineMarko Mäkelä2019-06-162-2/+16
* | | Clarify the purpose of MTR_LOG_NONEMarko Mäkelä2019-06-161-1/+3
* | | Add mtr_buf_t::for_each_block_in_reverse() constMarko Mäkelä2019-06-161-0/+19
* | | MDEV-19435 buf_fix_count > 0 for corrupted page when it exits the LRU listThirunarayanan Balathandayuthapani2019-06-134-33/+54
* | | MDEV-19725 Incorrect error handling in ALTER TABLEMarko Mäkelä2019-06-103-13/+17
* | | MDEV-19541 InnoDB crashes when trying to recover a corrupted pageThirunarayanan Balathandayuthapani2019-06-051-2/+2
* | | Fixed bug in online alter table when not compiled with performance schemaMonty2019-06-032-8/+8
* | | Define page_id_t in buf0types.hMarko Mäkelä2019-05-312-71/+71
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-281-3/+3
|\ \ \ | |/ /