summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Remove comments to removed parametersMarko Mäkelä2017-10-251-6/+1
* Merge 5.5 into 10.0Marko Mäkelä2017-10-242-2/+45
|\
| * MDEV-14051 'Undo log record is too big.' error occurring in very narrow range...bb-5.5-markoMarko Mäkelä2017-10-242-2/+46
* | MDEV-13918 Race condition between INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS an...Marko Mäkelä2017-10-182-0/+8
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-1812-17/+22
|\ \ | |/
| * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-1723-29/+47
| * MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535Alexander Barkov2017-10-131-1/+1
| * MDEV-13595: mariadb-10.2.8/storage/maria/ma_loghandler.c:2730]: (style) Array...Oleksandr Byelkin2017-10-051-1/+1
* | fts_query_free(): Fix a potential assertion failureMarko Mäkelä2017-10-182-4/+10
* | MDEV-14086 Setting innodb_buffer_pool_load_now or innodb_buffer_load_abort wi...Marko Mäkelä2017-10-182-4/+4
* | MDEV-12676 MySQL#78423 InnoDB FTS duplicate key errorMarko Mäkelä2017-10-162-24/+26
* | MDEV-13051 MySQL#86607 InnoDB crash after failed ADD INDEX and table_definiti...Marko Mäkelä2017-10-162-30/+15
* | MDEV-13838: Wrong result after altering a partitioned tableJan Lindström2017-10-1012-277/+84
* | Fix oqgraph compilation with Boost versions <=1.49Vicențiu Ciorbaru2017-10-091-1/+1
* | MDEV-10980: Fix reverse queries in OQGRAPH.Heinz Wiesinger2017-10-097-202/+190
* | MDEV-13446 fts_create_doc_id() unnecessarily allocates 8 bytes for every inse...Marko Mäkelä2017-10-096-136/+62
* | Merge 5.5 into 10.0Marko Mäkelä2017-10-022-16/+12
|\ \ | |/
| * MDEV-13980 InnoDB fails to discard record lock when discarding an index pageMarko Mäkelä2017-10-022-10/+10
| * Merge remote-tracking branch 'merge/merge-xtradb-5.5' into 5.5Vicențiu Ciorbaru2017-09-192-2/+2
| |\
| | * 5.5.57-38.9merge-xtradb-5.5Vicențiu Ciorbaru2017-09-192-2/+2
* | | MDEV-13899 IMPORT TABLESPACE may corrupt ROW_FORMAT=REDUNDANT tablesMarko Mäkelä2017-09-242-16/+8
* | | Fix compile with -DWITHOUT_DYNAMIC_PLUGINS on UnixVladislav Vaintroub2017-09-231-0/+3
* | | MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2017-09-221-1/+1
* | | CONNECT: compilation fixSergei Golubchik2017-09-211-1/+1
* | | connect fixes after-mergeSergei Golubchik2017-09-204-5/+5
* | | Revert d9bc5e03d788b958ce8c76e157239953db60adb2 from Oracle (in XtraDB)Vicențiu Ciorbaru2017-09-193-33/+5
* | | Revert Bug #25175249 ASSERTION: (TEMPL->IS_VIRTUAL && !FIELD) || (FIELD && F...Vicențiu Ciorbaru2017-09-191-20/+3
* | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-09-198-35/+147
|\ \ \
| * | | 5.6.37-82.2Vicențiu Ciorbaru2017-09-198-55/+179
* | | | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-09-1910-366/+100
|\ \ \ \
| * | | | 5.6.37-82.2Vicențiu Ciorbaru2017-09-1910-348/+100
* | | | | Fix fall-through warningVicențiu Ciorbaru2017-09-191-1/+1
* | | | | Fix connect merge problemsVicențiu Ciorbaru2017-09-194-51/+9
* | | | | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-19149-3188/+42806
* | | | | Windows : fix a warning in popular header fileVladislav Vaintroub2017-09-152-2/+2
* | | | | MDEV-13253 After rebuilding redo logs, InnoDB can leak data from redo log bufferMarko Mäkelä2017-09-072-0/+2
* | | | | Follow-up to MDEV-13103: Do not add __attribute__((nonnull))Marko Mäkelä2017-09-071-1/+1
* | | | | MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-0624-251/+132
* | | | | MDEV-13705 10.0.32 does not compile on architectures without 64-bit atomicsMarko Mäkelä2017-09-041-0/+1
* | | | | Fix compiler warningsMarko Mäkelä2017-09-013-0/+11
* | | | | Add missing {} to silence a compiler warningMarko Mäkelä2017-08-301-0/+2
* | | | | WL#8845: Clarify the message about redo log format incompatibilityMarko Mäkelä2017-08-292-8/+4
* | | | | MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-...Andrei Elkin2017-08-292-2/+16
* | | | | MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and p...Marko Mäkelä2017-08-2510-68/+54
* | | | | CONNECT engine: install ha_connect.libVladislav Vaintroub2017-08-231-1/+14
* | | | | MDEV-13630 : dont install connect-specific JAR files if connect is not built.Vladislav Vaintroub2017-08-231-7/+15
* | | | | MDEV-13606 XA PREPARE transactions should survive innodb_force_recovery=1 or 2Marko Mäkelä2017-08-232-52/+20
* | | | | compilation fix for SLES 11 SP4Sergei Golubchik2017-08-141-2/+2
* | | | | compilation fix for SLES 11 SP4Sergei Golubchik2017-08-131-2/+2
* | | | | Revert an InnoDB Memcached plugin fix that was merged from MySQL 5.6.37Marko Mäkelä2017-08-093-36/+7