summaryrefslogtreecommitdiff
path: root/storage/innobase/handler
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-232-53/+0
* Merge 10.1 into 10.2Marko Mäkelä2020-07-141-12/+16
|\
| * MDEV-23161 avg_count_reset may wrongly be NULL in I_S.INNODB_METRICSMarko Mäkelä2020-07-141-13/+14
| * MDEV-22765 i_s_fts_index_cache_fill_one_index() is not protect by the lockThirunarayanan Balathandayuthapani2020-07-141-0/+3
* | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-2/+6
* | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-1/+1
|\ \ | |/
| * MDEV-23003 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION requires SUPER in...Eugene Kosov2020-06-301-1/+1
* | 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-043-9/+6
* | MDEV-22646 Assertion `table2->cached' failed in dict_table_t::add_to_cacheThirunarayanan Balathandayuthapani2020-06-031-1/+1
* | MDEV-21615 InnoDB: innodb_page_size=x requires... should be logged as errorMarko Mäkelä2020-06-011-1/+1
* | MDEV-17092 use-after-poison around lock_trx_handle_wait_lowMarko Mäkelä2020-05-251-6/+36
* | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-201-1/+1
|\ \ | |/
| * MDEV-22258 Limit innodb_encryption_threads to 255Marko Mäkelä2020-05-201-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-21336 Memory leaks related to innodb_debug_syncMarko Mäkelä2020-05-141-38/+0
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-131-1/+1
|\ \ | |/
| * MDEV-22501 Various issues when using --innodb-data-file-size-debug=-1Marko Mäkelä2020-05-081-1/+1
* | Cleanup: Remove InnoDB wrappers of thd_charset(), thd_query_safe()Marko Mäkelä2020-05-122-29/+0
* | MDEV-22523 index->rtr_ssn.mutex is wasting memoryMarko Mäkelä2020-05-111-1/+0
* | MDEV-7962: Fix cmake WITH_WSREP=OFFMarko Mäkelä2020-05-041-1/+1
* | MDEV-7962 post-push fixesMarko Mäkelä2020-05-041-7/+18
* | MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-281-58/+75
|\ \ | |/
| * MDEV-22393 Corruption for SET GLOBAL innodb_ string variablesMarko Mäkelä2020-04-281-52/+67
| * MDEV-22392 Race condition on SET GLOBAL innodb_buffer_pool_evict='uncompressed'Marko Mäkelä2020-04-281-7/+8
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-271-80/+48
|\ \ | |/
| * MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-271-66/+45
* | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-072-27/+20
* | MDEV-20370 Crash after OPTIMIZE TABLE on TEMPORARY TABLEMarko Mäkelä2020-03-171-2/+1
* | MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILESMarko Mäkelä2020-03-131-16/+10
* | MDEV-21636 information_schema.innodb_mutexes.name column is not populatedMarko Mäkelä2020-02-031-8/+15
* | 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-073-37/+34
* | MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-1/+1
* | MDEV-14482 - Cache line contention on ut_rnd_interval()Marko Mäkelä2019-12-101-2/+2
* | MDEV-20832 Don't print "row size too large" warnings in error log if innodb_s...Eugene Kosov2019-11-201-6/+9
* | MDEV-20949 Stop issuing 'row size' error on DMLEugene Kosov2019-11-133-32/+254
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-311-31/+0
|\ \ | |/
| * MDEV-20927: Remove duplicated codeMarko Mäkelä2019-10-311-31/+0
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-301-24/+33
|\ \ | |/
| * MDEV-20927 Duplicate key with auto incrementMarko Mäkelä2019-10-301-24/+34
* | MDEV-20864 Introduce debug option innodb_change_buffer_dumpMarko Mäkelä2019-10-191-0/+6
* | Fix -std=c++98 -Wzero-length-arrayMarko Mäkelä2019-10-111-1/+1
* | Fix CMAKE_BUILD_TYPE=DebugMarko Mäkelä2019-10-111-2/+2
* | add innodb_debug_sync var to support DEBUG_SYNC from purge threadsNikita Malyavin2019-10-111-1/+40
* | Rename log_make_checkpoint_at() to log_make_checkpoint()Marko Mäkelä2019-10-091-1/+1