summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11520 post-fix: Retry posix_fallocate() on EINTR in fil_ibd_create()Marko Mäkelä2017-05-061-9/+12
* MDEV-12485 foreign key on delete cascade stale entries with query cache enabledOleksandr Byelkin2017-05-051-5/+29
* Remove an unused variable.Marko Mäkelä2017-05-051-2/+0
* Merge 10.1 into 10.2Marko Mäkelä2017-05-0548-780/+918
|\
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-2640-933/+1113
* | InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-307-252/+72
* | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-287-65/+130
* | Merge 10.1 into 10.2Marko Mäkelä2017-04-2812-86/+228
|\ \ | |/
| * Fix a compilation errorMarko Mäkelä2017-04-213-57/+42
| * MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-219-243/+154
| * MDEV-12467 encryption.create_or_replace hangs during DROP TABLEMarko Mäkelä2017-04-211-22/+18
| * Follow-up to MDEV-12488: Fix some type mismatch in header filesMarko Mäkelä2017-04-213-66/+76
| * Fix some InnoDB type mismatch introduced in 10.1Marko Mäkelä2017-04-215-24/+26
| * Merge 10.0 into 10.1Marko Mäkelä2017-04-214-21/+19
| |\
| | * Fix some InnoDB type mismatchMarko Mäkelä2017-04-212-17/+15
| | * Follow-up to MDEV-12534: Fix warnings on 32-bit systemsMarko Mäkelä2017-04-212-4/+4
| * | Merge 10.0 into 10.1Marko Mäkelä2017-04-2112-350/+239
| |\ \ | | |/
| | * MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-214-111/+104
| | * MDEV-12534 Use atomic operations whenever availableMarko Mäkelä2017-04-209-211/+108
| * | MDEV-10509: Remove excessive server error logging on InnoDB ALTER TABLEMarko Mäkelä2017-04-171-29/+61
| * | Use page_is_leaf() where applicableMarko Mäkelä2017-04-173-4/+4
| * | MW-28, codership/mysql-wsrep#28 Fix sync_thread_levels debug assertSachin Setiya2017-04-063-6/+131
* | | Bug #23046302 COUNT(*) MUCH SLOWER ON 5.7 THAN 5.6Aditya A2017-04-267-169/+6
* | | Bug #25385590 DROP TABLE CRASHES IF INNODB_FORCE_RECOVERY > 4Thirunarayanan Balathandayuthapani2017-04-261-2/+4
* | | Adapt the test case for Oracle Bug#25385590Marko Mäkelä2017-04-262-3/+7
* | | Bug #25385590 DROP TABLE CRASHES IF INNODB_FORCE_RECOVERY > 4Thirunarayanan Balathandayuthapani2017-04-262-1/+6
* | | Bug #24793413 LOG PARSING BUFFER OVERFLOWThirunarayanan Balathandayuthapani2017-04-266-23/+82
* | | Bug #25167032 CRASH WHEN ASSIGNING MY_ERRNO - MISSING MY_THREAD_INIT IN BACKG...Thirunarayanan Balathandayuthapani2017-04-263-4/+11
* | | BUG#25330449 ASSERT SIZE==SPACE->SIZE DURING BUF_READ_AHEAD_RANDOMrahul malik2017-04-261-3/+3
* | | MariaDB adjustments for Oracle Bug#23070734 fixMarko Mäkelä2017-04-267-40/+83
* | | Bug #23070734 CONCURRENT TRUNCATE TABLES CAUSE STALLSAditya A2017-04-267-29/+70
* | | MDEV-11802 InnoDB purge does not always run when there is work to doMarko Mäkelä2017-04-265-61/+30
* | | srv_purge_coordinator_thread(): Remove redundant variablesMarko Mäkelä2017-04-261-13/+6
* | | Remove redundant initialization of global InnoDB variablesMarko Mäkelä2017-04-262-130/+154
* | | Remove the unused declaration fsp_is_temporary()Marko Mäkelä2017-04-261-9/+0
* | | Bug #23219499 CONCURRENT UPDATE DOESN'T APPLY IN VIRTUAL INDEX DURING TABLE R...Thirunarayanan Balathandayuthapani2017-04-262-11/+32
* | | BUG#25251082 DISABLING CERTAIN MACROS IN INNODB RESULTS IN COMPILATION ERRORSDarshan M N2017-04-262-116/+164
* | | BUG#25053705 INVALID I/O ON TABLE AFTER TRUNCATEDarshan M N2017-04-262-4/+35
* | | Bug #24585978 INNODB: ASSERTION TOTAL_RECS > 0 FAILURE IN FILE DICT0STATS.CCThirunarayanan Balathandayuthapani2017-04-261-2/+2
* | | Bug#25222337 FIELD NAME IS NULL IN NEWLY ADDED VIRTUAL INDEX FOR NEWLY ADDED ...Thirunarayanan Balathandayuthapani2017-04-261-1/+6
* | | BUG#25126722 FOREIGN KEY CONSTRAINT NAME IS NULL IN INFORMATION_SCHEMA AFTER ...Debarun Banerjee2017-04-261-0/+22
* | | Bug#23044098 INSERT OF GIS DATA INTO RTREE HITS ASSERT IN RTR_CUR_RESTORE_POS...Allen Lai2017-04-261-1/+7
* | | BUG#25082593 FOREIGN KEY VALIDATION DOESN'T NEED TO ACQUIRE GAP LOCK IN READ ...Debarun Banerjee2017-04-261-4/+24
* | | BUG#25032066 PREPARED TRANSACTION SHOULD NOT BE ROLLED BACK BY HIGH PRIORITY ...Debarun Banerjee2017-04-262-28/+24
* | | Bug#25048573: STD::MAP INSTANTIATIONS CAUSE STATIC ASSERT FAILURES ON FREEBSD 11Knut Anders Hatlen2017-04-263-5/+5
* | | Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSEDVasil Dimov2017-04-261-13/+52
* | | Bug #24711351 64 BIT WINDOWS MYSQLD BUILD REPORTS INNODB: OPERATING SYSTEM ER...Daniel Blanchard2017-04-261-1/+2
* | | Fix Bug#24605956 SERVER MAY CRASH DUE TO A GLIBC BUG IN HANDLING SHORT-LIVED ...Vasil Dimov2017-04-264-9/+52
* | | Minor cleanupMarko Mäkelä2017-04-263-19/+14
* | | Adapt the innodb_undo tests from MySQL 5.7Marko Mäkelä2017-04-264-73/+53