summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* WIP Merge 5.5 into bb-10.0-vicentiu10.0-mergeMarko Mäkelä2018-01-233-17/+6
|\
| * Add ASAN instrumentation (and more strict Valgrind) to InnoDBMarko Mäkelä2018-01-233-19/+6
* | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-225-118/+46
|\ \ | |/
| * improve ASAN instrumentation: InnoDB/XtraDBSergei Golubchik2018-01-221-7/+10
| * MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-225-114/+46
* | MDEV-12173 "Error: trying to do an operation on a dropped tablespace"Marko Mäkelä2018-01-221-3/+2
* | Make row_mysql_table_id_reassign() staticMarko Mäkelä2018-01-181-12/+0
* | Merge 5.5 into 10.0Marko Mäkelä2018-01-021-1/+2
|\ \ | |/
| * MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-021-0/+2
* | Correct a function commentMarko Mäkelä2017-12-201-4/+2
* | MDEV-12323 Rollback progress log messages during crash recovery are intermixe...Marko Mäkelä2017-12-131-0/+5
* | MDEV-12352 InnoDB shutdown should not be blocked by a large transaction rollbackMarko Mäkelä2017-12-131-1/+3
* | removed garbase struct memberEugene Kosov2017-11-151-3/+0
* | MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-261-1/+1
* | Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-10-264-5/+28
|\ \
| * | 5.6.38Vicențiu Ciorbaru2017-10-253-4/+27
* | | Merge 5.5 into 10.0Marko Mäkelä2017-10-261-1/+1
|\ \ \ | | |/ | |/|
| * | MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-261-1/+1
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+1
|\ \ \ | |/ /
| * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-172-2/+2
* | | MDEV-13838: Wrong result after altering a partitioned tableJan Lindström2017-10-102-17/+1
* | | MDEV-13446 fts_create_doc_id() unnecessarily allocates 8 bytes for every inse...Marko Mäkelä2017-10-091-16/+1
* | | Windows : fix a warning in popular header fileVladislav Vaintroub2017-09-151-1/+1
* | | MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-063-18/+6
* | | MDEV-13705 10.0.32 does not compile on architectures without 64-bit atomicsMarko Mäkelä2017-09-041-0/+1
* | | Revert an InnoDB Memcached plugin fix that was merged from MySQL 5.6.37Marko Mäkelä2017-08-091-6/+1
* | | Bump innodb version post mergeVicențiu Ciorbaru2017-07-301-1/+1
* | | Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-07-292-2/+19
|\ \ \ | | |/ | |/|
| * | 5.6.37Vicențiu Ciorbaru2017-07-292-2/+19
* | | MDEV-13325: InnoDB assert dict_sys->size > 0 during ALTER TABLEbb-10.0-janJan Lindström2017-07-211-3/+7
* | | MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo logMarko Mäkelä2017-06-094-16/+14
* | | Update xtradb and innodb version to 5.6.36Vicențiu Ciorbaru2017-05-181-1/+1
* | | Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-188-41/+39
|\ \ \
| * | | Fix some __attribute__((nonnull)) misuseMarko Mäkelä2017-05-181-12/+0
| * | | Refactor trx_undo_report_row_operation()Marko Mäkelä2017-05-181-9/+2
| * | | MDEV-12358 Work around what looks like a bug in GCC 7.1.0Marko Mäkelä2017-05-171-10/+15
| * | | fil_create_new_single_table_tablespace(): Correct a bogus nonnull attributeMarko Mäkelä2017-05-171-2/+2
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-173-8/+18
| * | | Fix an incorrect debug assertionMarko Mäkelä2017-05-171-1/+3
* | | | Merge branch 'merge-innodb-5.6' into bb-10.0-vicentiuVicențiu Ciorbaru2017-05-179-92/+236
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 5.6.36Vicențiu Ciorbaru2017-05-1510-91/+243
* | | Fix the Solaris compilation after MDEV-12674Marko Mäkelä2017-05-151-1/+8
* | | MDEV-12674 Innodb_row_lock_current_waits has overflowMarko Mäkelä2017-05-123-93/+80
* | | MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-211-9/+7
* | | MDEV-12534 Use atomic operations whenever availableMarko Mäkelä2017-04-204-41/+50
* | | Merge 5.5 into 10.0Marko Mäkelä2017-03-081-12/+21
|\ \ \ | | |/ | |/|
| * | MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-081-0/+3
* | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-036-31/+2
|\ \ \ | |/ /
| * | MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-211-0/+1
| * | Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-169-43/+7