summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix error on trim operation alligment. Furthermore, make sure thatJan Lindström2014-11-042-8/+19
* | | | MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal d...Alexander Barkov2014-11-031-2/+2
* | | | MDEV-6929: Port Facebook Prefix Index Queries OptimizationJan Lindström2014-11-0314-26/+199
* | | | MDEV-6932: Enable Lazy FlushingJan Lindström2014-10-294-12/+17
* | | | MDEV-6935: Change the default value for innodb_log_compressed_pages to falseJan Lindström2014-10-292-2/+2
* | | | MDEV-6968: CREATE TABLE crashes with InnoDB pluginJan Lindström2014-10-292-6/+14
* | | | MDEV-6648: InnoDB: Add support for 4K sector size if supportedJan Lindström2014-10-299-40/+235
* | | | MDEV-6759: innodb valgrind failuresJan Lindström2014-10-271-1/+0
* | | | Enhance row-merge sort progress logging.Jan Lindström2014-10-221-0/+2
* | | | Make sure that information schema knows also page compressed pageJan Lindström2014-10-202-3/+3
* | | | after-merge fixesSergei Golubchik2014-10-151-2/+2
* | | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-1571-1153/+2525
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2014-09-161-1/+4
| |\ \ \ | | |/ /
| | * | fix compilation on windows - wrong include fileSergei Golubchik2014-09-081-1/+1
| | * | Backport from 10.0:Sergey Vojtovich2014-08-293-41/+6
| | * | Backport from 10.0:Sergey Vojtovich2014-08-292-4/+10
| * | | Fixes in storage_engine test suiteElena Stepanova2014-09-126-2/+9
| * | | InnoDB 5.6.20Sergei Golubchik2014-09-1147-649/+1017
| * | | MDEV-6729: InnoDB: Failing assertion: state == TRX_STATE_NOT_STARTED in Jan Lindström2014-09-111-0/+1
| * | | MDEV-6590: InnoDB recover ends in signal 11Jan Lindström2014-08-251-4/+17
| * | | Automatic merge from 5.5Michael Widenius2014-08-1910-9/+157
| |\ \ \ | | |/ /
| | * | MDEV-6450 - MariaDB crash on Power8 when built with advance tool chainMichael Widenius2014-08-1910-10/+158
| * | | 5.5.39 mergeSergei Golubchik2014-08-072-20/+23
| |\ \ \ | | |/ /
| | * | mysql-5.5.39 mergeSergei Golubchik2014-08-029-43/+347
| | |\ \ | | | |/
| | | * Bug#18776592 INNODB: FAILING ASSERTION: PRIMARY_KEY_NO == -1 ||Gopal Shankar2014-06-251-0/+13
| | | * Bug #18806829 OPENING INNODB TABLES WITH MANY FOREIGN KEY REFERENCES ISAnnamalai Gurusami2014-06-108-43/+334
| | * | Fixed some compiler warningsMichael Widenius2014-07-301-2/+2
| | * | MDEV-6497 InnoDB deadlocks on UNINSTALL PLUGINSergei Golubchik2014-07-291-0/+8
| | * | Fix test failure caused by simulated compression failure onJan Lindström2014-07-251-1/+2
| | * | Fix too agressive long semaphore wait output and add guard against introducingJan Lindström2014-07-242-21/+41
| | * | Fix compiler errors on product build.Jan Lindström2014-07-231-0/+9
| | * | MDEV-5673: Crash while parallel dropping multiple tables under heavy loadJan Lindström2014-07-231-7/+35
| | * | MDEV-5670: Assertion failure in file buf0lru.c line 2355Jan Lindström2014-07-222-0/+10
| | * | Makes innodb/xtradb compilable in 5.5unknown2014-07-151-0/+1
| | * | MDEV-6348: mariadb crash signal 11Jan Lindström2014-07-085-2/+40
| | * | MDEV-5621: Server random crash on ALTER TABLEJan Lindström2014-07-041-0/+17
| | * | MDEV-6191: row_search_for_mysql comment and code consistency about isolation ...Jan Lindström2014-07-041-20/+15
| | * | mysql-5.5.38 mergeSergei Golubchik2014-06-031-7/+10
| | |\ \ | | | |/
| | | * Bug #17858679 TOO MANY TIMES OF MEMSET DECREASEThirunarayanan B2014-04-011-1/+2
| | | * Bug #17858679 TOO MANY TIMES OF MEMSET DECREASEThirunarayanan B2014-04-011-7/+9
| | * | MDEV-6257: MariaDB 5.5 fails to start with 10.0 InnoDB log filesJan Lindström2014-05-221-9/+18
| | * | MDEV-6257: MariaDB 5.5 fails to start with 10.0 InnoDB log filesJan Lindström2014-05-211-3/+4
| | * | MDEV-6160: InnoDB: Failing assertion: page_is_comp(next_page) == page_is_comp...Jan Lindström2014-04-285-18/+333
| | * | mysql-5.5.37 selective mergeSergei Golubchik2014-03-277-43/+43
| | |\ \ | | | |/
| | | * Bug#18124788 - COMPRESSED TABLES REGRESSION FROM 5.6.13Satya Bodapati2014-02-281-2/+2
| | | * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-171-0/+1
| | | * Bug #18010711 UNIQUE PREFIX INDEX ON BINARY COLUMN:Thirunarayanan B2014-02-171-2/+2
| | | * Bug#18185930 UPD_NODE_INSERT_BLOB CAUSES BTR_EXTERN_OWNER_FLAG ASSERTIONAnnamalai Gurusami2014-02-112-4/+6
| | | * Bug #14049391 INNODB MISCALCULATES AUTO-INCREMENT AFTER DECREASINGThirunarayanan B2014-02-101-0/+15
| | | * Bug #14668683 ASSERT REC_GET_DELETED_FLAG(REC, PAGE_IS_COMP(PAGE))Annamalai Gurusami2014-01-301-31/+8