summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-0261-511/+1420
|\
| * Better comments part 2 with proof and simplified implementation.Jan Lindström2014-11-261-14/+39
| * MDEV-7046: MySQL#74480 - Failing assertion: os_file_status(newpath, &exists, ...Jan Lindström2014-11-252-2/+7
| * Better comments and add a test case.Jan Lindström2014-11-251-6/+13
| |\
| | * Better comments and add a test case.Jan Lindström2014-11-251-6/+12
| * | MDEV-7164: innodb.innodb-alter-table-disk-full fails in buildbot on WindowsJan Lindström2014-11-241-5/+5
| * | 5.5 mergemariadb-10.0.15Sergei Golubchik2014-11-213-4/+9
| |\ \ | | |/
| | * MDEV-7026 - Race in InnoDB/XtraDB mutex implementation can stall or hang theSergey Vojtovich2014-11-211-0/+5
| | * MDEV-7084: innodb index stats inadequate using constant innodb_stats_sample_p...Jan Lindström2014-11-212-4/+4
| * | InnoDB 5.6.21Sergei Golubchik2014-11-2022-131/+556
| * | 5.5 mergeSergei Golubchik2014-11-205-7/+46
| |\ \ | | |/
| | * MDEV-7084: innodb index stats inadequate using constant Jan Lindström2014-11-195-8/+50
| * | 5.5 mergeSergei Golubchik2014-11-206-38/+110
| |\ \ | | |/
| | * MDEV-7026: Race in InnoDB/XtraDB mutex implementation can stall or hang the s...Kristian Nielsen2014-11-195-30/+107
| * | 5.5 mergeSergei Golubchik2014-11-193-1/+69
| |\ \ | | |/
| | * Re-enabling tests disabled due to MDEV-5266 and MySQL:65225 (fixed now)Elena Stepanova2014-11-171-1/+0
| | * MDEV-7100: InnoDB error monitor might unnecessary wait log_sys mutexJan Lindström2014-11-132-6/+14
| | * MDEV-7017: Add function to print semaphore waitsJan Lindström2014-11-034-1/+85
| | * Fix missing UNIV_INTERN on dict_table_check_foreign_keys().Kristian Nielsen2014-10-201-0/+1
| * | MDEV-6880 Can't define CURRENT_TIMESTAMP as default value for added columnSergei Golubchik2014-11-181-1/+1
| * | MDEV-7035: Remove innodb_io_capacity setting depending on Jan Lindström2014-11-131-8/+15
| * | MDEV-7100: InnoDB error monitor might unnecessary wait log_sys mutexJan Lindström2014-11-132-6/+13
| * | MDEV-6759: innodb valgrind failuresJan Lindström2014-10-271-1/+0
| * | MDEV-6925: Remove bad "" operators.Jan Lindström2014-10-261-1/+1
| * | MDEV-6926: innodb_rows_updated is misleading on slavJan Lindström2014-10-269-11/+221
| * | MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a doubleJan Lindström2014-10-255-23/+28
| * | MDEV-6927: Share more structuresJan Lindström2014-10-252-172/+179
| * | MDEV-6928: Add trx pointer to struct mtr_tJan Lindström2014-10-2421-89/+114
| * | MDEV-6937: buf_flush_LRU() does not return correct number in case of Jan Lindström2014-10-241-49/+60
| * | MDEV-6931: Page cleaner should do LRU flushing regardless of server activityJan Lindström2014-10-241-12/+6
| * | MDEV-6933: Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thre...Jan Lindström2014-10-245-14/+9
| * | MDEV-6934: os_event_wait_time_low(): wait time calculation is messed upJan Lindström2014-10-241-1/+1
| * | 5.5.40+ mergeSergei Golubchik2014-10-091-0/+1
| |\ \ | | |/
| | * mysql-5.5.40Sergei Golubchik2014-10-063-11/+17
| | |\
| | | * Adding patch for security bug 19471516mysql-5.5.40Murthy Narkedimilli2014-09-081-0/+10
| | | * Remove unstable test case innodb_bug18942294, approved by Jimmy over IM.unknown2014-08-061-8/+0
| | | * BUG#18942294 - SEGV IN DICT_FIND_TABLE_BY_SPACE TRYING TO MARK SPACE CORRUPTunknown2014-07-082-0/+14
| | | * Bug #19140907 DUPLICATES IN UNIQUE SECONDARY INDEX BECAUSE OF FIX OF BUG#68021Annamalai Gurusami2014-07-031-11/+1
| * | | xtradb/innodb: fix to compile with VS 2008Sergei Golubchik2014-10-042-5/+5
| * | | MDEV-6533 - MySQL Bug#72718 - CACHE_LINE_SIZE in innodb should be 128 on POWERSergey Vojtovich2014-10-031-0/+4
| * | | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | | MDEV-7167: innodb.innodb_bug12902967 fails in buildbot on WindowsJan Lindström2014-11-241-0/+2
* | | | MDEV-7164: innodb.innodb-alter-table-disk-full fails in buildbot on WindowsJan Lindström2014-11-241-5/+5
* | | | MDEV-7166: innodb.innodb-page_compression_zip fails in buildbotJan Lindström2014-11-242-2/+30
* | | | MDEV-7133: InnoDB: Assertion failure in dict_tf_is_validJan Lindström2014-11-191-0/+9
* | | | MDEV-7108: Make long semaphore wait timeout configurableJan Lindström2014-11-174-4/+22
* | | | MDEV-7088: Query stats for compression based on TRIM sizeJan Lindström2014-11-123-0/+16
* | | | MDEV-6936: Buffer pool list scan optimizationJan Lindström2014-11-0610-445/+647
* | | | Fix error message output if posix_fallocate (trim) is not successfull.Jan Lindström2014-11-051-6/+7
* | | | Fix compiler failure on Windows.Jan Lindström2014-11-042-2/+2