1690 Commits (df42830b286ab2d603d0ed1340925b8199c8d70e)

Author SHA1 Message Date
Marko Mäkelä 3b7da8a44c MDEV-15824 innodb_defragment=ON trumps innodb_optimize_fulltext_only=ON in OPTIMIZE TABLE 7 years ago
Marko Mäkelä 41cbe92bf1 Remove dead code that was added in MDEV-5834 7 years ago
Marko Mäkelä 1c8c6bcd6f MDEV-13779 InnoDB fails to shut down purge, causing hang 8 years ago
Sachin Agarwal b7e333f98a Bug #26805833 INNODB COMPLAINS OF SYNTAX ERROR, BUT DOES NOT SAY WHICH OPTION 8 years ago
Marko Mäkelä e44ca6cc9c MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBACK or DELETE with concurrent ALTER on partitioned table 8 years ago
Marko Mäkelä 5569b3eb09 MDEV-16041 Do not write for null update (properly fix MySQL Bug#29157) 8 years ago
Marko Mäkelä c5ea43fc99 innobase_init(): Remove some dead code 8 years ago
sjaakola 2f0b8f3e02 MDEV-16005 sporadic failures with galera tests MW-328B and MW-328C 8 years ago
Marko Mäkelä 36d28f210a MDEV-15865 Crash in dict_index_set_merge_threshold() on CREATE TABLE 8 years ago
Sergei Golubchik 5883c6905b 5.6.40 8 years ago
Sergei Golubchik 149c993b2c BUG#27216817: INNODB: FAILING ASSERTION: PREBUILT->TABLE->N_MYSQL_HANDLES_OPENED == 1 8 years ago
Daniel Black 1479273cdb MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 8 years ago
Sergey Vojtovich e147a4a067 Fixed build failure 8 years ago
Eugene Kosov 8d32959b09 fix data races 8 years ago
Marko Mäkelä bd7ed1b923 MDEV-13935 INSERT stuck at state Unlocking tables 8 years ago
Marko Mäkelä 84129fb1b5 After-merge fix for commit 98eb9518db 8 years ago
Marko Mäkelä 7033af9e81 Conditionally define TRX_WSREP_ABORT 8 years ago
Marko Mäkelä ca40330d1d Fix a deadlock in thd_report_wait_for() 8 years ago
Marko Mäkelä dbb3960ad8 Follow-up to MDEV-11236/MDEV-14846 debug assertion 8 years ago
Marko Mäkelä a54abf0175 innobase_kill_query(): Use lock_trx_handle_wait() 8 years ago
Marko Mäkelä 8ef727b3d0 MDEV-14904 Backport innodb_default_row_format 8 years ago
Marko Mäkelä 6f314edac7 MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow the storage engine to cleanup open connections 8 years ago
Marko Mäkelä 5fe9b4a7ae MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow the storage engine to cleanup open connections 8 years ago
Vladislav Vaintroub ac8e3c85a4 MDEV-15295 Type mismatch for srv_fatal_semaphore_wait_threshold 8 years ago
Karthik Kamath ddaf0f1470 8 years ago
Marko Mäkelä 00f0c039d2 MDEV-15270 Mariabackup should not try to use doublewrite buffer 8 years ago
Marko Mäkelä d13fbc6212 Remove code related to InnoDB native partitioning in MySQL 5.7 8 years ago
Marko Mäkelä 4c731a2d7c Adapt a MySQL 5.7 fix for SET GLOBAL innodb_buffer_pool_size 8 years ago
Marko Mäkelä 0ba6aaf030 MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY 8 years ago
Marko Mäkelä 706ed8552d Revert "MDEV-6928: Add trx pointer to struct mtr_t" 8 years ago
Marko Mäkelä 1da063a45b Remove unused metadata for non-existing sync_thread_mutex 8 years ago
Vicențiu Ciorbaru 61e2f43e05 Remove ut_win_init_time from innodb 8 years ago
Vicențiu Ciorbaru f775ee6006 Fix innodb compilation failure on Windows 8 years ago
Vicențiu Ciorbaru b20f821e07 Fix Innodb ASAN error on init 8 years ago
Vicențiu Ciorbaru 3dfe148074 5.6.39 8 years ago
Marko Mäkelä 89ae5d7f2f Allocate mutex_monitor, create_tracker statically 8 years ago
Marko Mäkelä d04e1d4bdc MDEV-15029 XA COMMIT and XA ROLLBACK operate on freed transaction object 8 years ago
Marko Mäkelä 4f8555f1f6 MDEV-14941 Timeouts on persistent statistics tables caused by MDEV-14511 8 years ago
Monty f67b8273c0 Fixed wrong arguments to printf in InnoDB 8 years ago
Marko Mäkelä dfde5ae912 MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 8 years ago
Monty 5e0b13d173 Fixed wrong arguments to printf and related functions 8 years ago
Alexander Barkov c1e5fef05d MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bulk_op()) 8 years ago
Marko Mäkelä 2fe990df9f Fix the grammar of an error message 8 years ago
Marko Mäkelä 40eee1da17 MDEV-14614 InnoDB: Failing assertion: trx->error_state == DB_SUCCESS or lock wait timeout upon saving statistics 8 years ago
Jan Lindström e66bb57267 MDEV-12837: WSREP: BF lock wait long 8 years ago
Jan Lindström da3a3a68df MDEV-12837: WSREP: BF lock wait long 8 years ago
Marko Mäkelä 77fb7ccba4 Follow-up fix to MDEV-13201 Assertion `srv_undo_sources || ...` failed on shutdown during DDL operation 8 years ago
Marko Mäkelä 7dc6066dea MDEV-14511 Use fewer transactions for updating InnoDB persistent statistics 8 years ago
Marko Mäkelä b2dd5232d4 InnoDB: Remove ut_vsnprintf() and the use of my_vsnprintf(); use vsnprintf() 8 years ago
Marko Mäkelä c19ef508b8 InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 8 years ago