summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20060: Remove bogus unit from error messageMarko Mäkelä2019-08-131-1/+1
* MDEV-17614: After-merge fixMarko Mäkelä2019-08-125-181/+9
* Merge 10.1 into 10.2Marko Mäkelä2019-08-122-4/+4
|\
| * Merge 5.5 into 10.1Marko Mäkelä2019-08-121-1/+1
| |\
| | * Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-121-1/+3
| | * MDEV-8827: Fix the 32-bit buildMarko Mäkelä2019-07-231-1/+1
| | * Bug#15851528 DUPLICATE KEY ERROR ON AUTO-INC PK WITH MIXED AUTO_INCREMENT_INC...Rahul Malik2019-07-231-16/+2
| | * Revert "MDEV-8827 Duplicate key with auto increment"Marko Mäkelä2019-07-231-5/+7
| | * Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICEThirunarayanan Balathandayuthapani2019-07-232-0/+34
| * | MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247Thirunarayanan Balathandayuthapani2019-08-071-3/+3
* | | MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while prepar...Vlad Lesin2019-08-075-14/+27
* | | fix build (-Werror + -Wignored-qualifiers)Eugene Kosov2019-08-061-12/+0
* | | Cleanup: this is how to use spanEugene Kosov2019-08-051-32/+28
* | | 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-256-67/+11
* | | After-merge fix: cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2019-07-251-0/+1
* | | MDEV-20133 Merge new release of InnoDB 5.7.27 to 10.2Marko Mäkelä2019-07-252-4/+7
|\ \ \
| * | | Bug #29127203 VIRTUAL GENERATED COLUMN INDEX DATA INCONSISTENCYAditya A2019-07-251-3/+6
|/ / /
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-2542-735/+288
|\ \ \ | |/ /
| * | Replace ut_timer() with my_interval_timer()Marko Mäkelä2019-07-257-233/+10
| * | Remove the wrappers ut_time(), ut_difftime(), ib_time_tMarko Mäkelä2019-07-2422-142/+78
| * | MDEV-14154: Failing assertion: slot->last_run <= current_time in fts0opt.ccMarko Mäkelä2019-07-241-51/+48
| * | Reduce the amount of time(NULL) calls for lock processingMarko Mäkelä2019-07-246-147/+144
| * | MDEV-14154: Document some time_t fields betterMarko Mäkelä2019-07-242-3/+7
| * | Always initialize trx_t::start_time_microMarko Mäkelä2019-07-244-13/+15
| * | Remove ut_usectime(), ut_gettimeofday()Marko Mäkelä2019-07-244-162/+19
| * | Correct the type of a parameterMarko Mäkelä2019-07-242-2/+2
| * | MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-2410-116/+47
| * | Remove unused ut_get_year_month_day()Marko Mäkelä2019-07-242-46/+1
* | | MDEV-19870 gcol.innodb_virtual_debug_purge doesn't fail if row_vers_old_has_i...Thirunarayanan Balathandayuthapani2019-07-241-5/+5
* | | MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-2310-107/+43
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-232-29/+3
|\ \ \ | |/ /
| * | Fix PS-5388 (Enable hardware CRC32 under Valgrind)Laurynas Biveinis2019-07-231-19/+0
| * | MDEV-14154: Make ut_time_ms(), ut_time_us() monotonicMarko Mäkelä2019-07-231-11/+3
| * | MDEV-20127 Merge new release of InnoDB 5.6.45 to 10.1Marko Mäkelä2019-07-231-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-221-1/+3
|\ \ \ | |/ /
| * | MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-223-9/+13
* | | MDEV-17005 ASAN heap-use-after-free in innobase_get_computed_valueNikita Malyavin2019-07-222-9/+5
* | | MDEV-17005 add debug logs and set up deterministic testNikita Malyavin2019-07-221-9/+15
* | | MDEV-19471 Add ASAN-poisoned redzones for mem_heap_tbb-10.2-MDEV-19471-asan-mem_heap_tEugene Kosov2019-07-193-4/+9
* | | MDEV-20097 potential use-after-freeEugene Kosov2019-07-191-0/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-0/+1
|\ \ \ | |/ /
| * | MDEV-20097 potential use-after-freeEugene Kosov2019-07-181-0/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-3/+9
|\ \ \ | |/ /
| * | MDEV-13625: Add the test innodb.innodb-wl5980-debugMarko Mäkelä2019-07-181-0/+5
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-16/+16
|\ \ \ | |/ /
| * | MDEV-19978 Page read from tablespace is corruptedThirunarayanan Balathandayuthapani2019-07-111-16/+16
* | | MDEV-15641 InnoDB crash while committing table-rebuilding ALTER TABLEThirunarayanan Balathandayuthapani2019-07-101-67/+97
* | | Merge 10.1 into 10.2Eugene Kosov2019-07-091-1/+6
|\ \ \ | |/ /
| * | MDEV-19660: wsrep_rec_get_foreign_key() is dereferencing a stale pointer to a...Jan Lindström2019-07-021-1/+6