summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15576: Server crashed in Cached_item_str::cmp / sortcmp or Assertion `it...bb-10.3-MDEV-15576Oleksandr Byelkin2018-05-155-11/+45
* MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-1511-22/+562
* Adjusted test results after mdev-15159.Igor Babaev2018-05-141-3/+3
* MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...Jacob Mathew2018-05-143-1/+254
|\
| * MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...bb-10.3-MDEV-16101Jacob Mathew2018-05-143-1/+254
* | MDEV-15159 NULL is treated as 0 in CTEIgor Babaev2018-05-143-1/+48
* | MDEV-16152 Expressions with INTERVAL return bad results in some casesAlexander Barkov2018-05-146-14/+141
* | MDEV-15970 Crash when doing truncate on locked sequenceMichael Widenius2018-05-143-3/+22
* | Don't report errors from open_table() twiceMichael Widenius2018-05-145-7/+2
* | Added missing write_unlock() in case of errorsMichael Widenius2018-05-141-0/+4
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-12174-1781/+5891
|\ \
| * | dict_create_index_tree_in_mem(): Remove dead codebb_georg_10.2Marko Mäkelä2018-05-123-6/+17
| * | After-merge fixMarko Mäkelä2018-05-121-0/+33
| * | MDEV-16142 Merge new release of InnoDB MySQL 5.7.22 to 10.2Marko Mäkelä2018-05-1114-26/+388
| |\ \
| | * | Bug #23593654 CRASH IN BUF_BLOCK_FROM_AHI WHEN LARGE PAGES AND AHI ARE ENABLEDSachin Agarwal2018-05-111-1/+4
| | * | FOLLOW-UP FIX FOR BUG#27141613Aakanksha Verma2018-05-111-1/+4
| | * | Bug #27141613 ASSERTION: TRX0REC.CC:319:COL->IS_VIRTUAL() / CRASH IN TRX_UNDO...Aakanksha Verma2018-05-113-2/+44
| | * | Adjust the test case for MariaDBMarko Mäkelä2018-05-112-8/+9
| | * | Bug #27304661 MYSQL CRASH DOING SYNC INDEX ] [FATAL] INNODB: SEMAPHORE WAIT H...Aditya A2018-05-114-21/+132
| | * | Bug #26805833 INNODB COMPLAINS OF SYNTAX ERROR, BUT DOES NOT SAY WHICH OPTIONSachin Agarwal2018-05-112-0/+5
| | * | Adjust the test case for MariaDBMarko Mäkelä2018-05-112-43/+40
| | * | Bug #26731689 FK ON TABLE WITH GENERATED COLS: ASSERTION POS < N_DEFSachin Agarwal2018-05-113-2/+179
| | * | Add a test case for a MySQL 5.7 bug that did not affect MariaDBMarko Mäkelä2018-05-112-0/+23
| |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-05-1110-27/+161
| |\ \
| | * \ Merge 10.0 into 10.1Marko Mäkelä2018-05-117-23/+124
| | |\ \
| | | * | Bug #26334149 - MYSQL CRASHES WHEN FULL TEXT INDEXES IBD FILES ARE ORPHANED D...Sachin Agarwal2018-05-113-2/+53
| | | * | Bug #27041445 SERVER ABORTS IF FTS_DOC_ID EXCEEDS FTS_DOC_ID_MAX_STEPThirunarayanan Balathandayuthapani2018-05-113-7/+69
| | | * | Merge 5.5 into 10.0 (no changes)Marko Mäkelä2018-05-110-0/+0
| | | |\ \
| | | | * | MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-103-4/+44
| | | * | | Remove a redundant condition added by the 5.6.40 mergeMarko Mäkelä2018-05-112-14/+2
| | | * | | MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-103-4/+44
| | * | | | MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-103-4/+44
| | * | | | bump the VERSIONDaniel Bartholomew2018-05-091-1/+1
| * | | | | MDEV-16145 Crash in ALTER TABLE…AUTO_INCREMENT=1 after DISCARD TABLESPACEMarko Mäkelä2018-05-113-15/+58
| * | | | | MDEV-15697 post-fix: Remove an unused variableMarko Mäkelä2018-05-111-1/+0
| * | | | | MDEV-12427: rocksdb.write_sync failsSergei Petrunia2018-05-111-1/+0
| * | | | | MDEV-15853: Assertion `tab->filesort_result == 0' failedVarun Gupta2018-05-115-2/+41
| * | | | | MyRocks: disable rocksdb.check_ignore_unknown_options on WindowsSergei Petrunia2018-05-101-0/+4
| * | | | | Merge branch 'bb-10.2-mariarocks' into 10.2Sergei Petrunia2018-05-104-2/+28
| |\ \ \ \ \
| | * | | | | MyRocks on windows: make bulk_load_unsorted pass.Sergei Petrunia2018-05-101-0/+1
| | * | | | | MyRocks: post-merge fixes for Windows: take into account FN_LIBCHAR2Sergei Petrunia2018-05-101-1/+6
| | * | | | | MyRocks: fix rocksdb.rocksdb_range test attempt 3Sergei Petrunia2018-05-082-1/+20
| | * | | | | Post-merge fixes: fix rocksdb.rocksdb_checksums testSergei Petrunia2018-05-071-0/+1
| * | | | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2Sergei Petrunia2018-05-10173-2702/+2504
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'bb-10.2-mariarocks-merge' of github.com:MariaDB/server into 10.2Sergei Petrunia2018-05-07142-1717/+5178
| |\ \ \ \ \ \
| | * | | | | | Undo the incorrect part of commit 7e700bd2a81ae4b37145f1c32bb0902c72856d2dSergei Petrunia2018-05-071-2/+2
| | * | | | | | Cherry-picked from MyRocks upstream: Issue #809: Wrong query result with bloo...Sergei Petrunia2018-05-075-10/+149
| | * | | | | | Post-merge fixes: make rocksdb.allow_to_start_after_corruption passSergei Petrunia2018-04-192-6/+9
| | * | | | | | MyRocks: fix rocksdb.information_schema testcase.Sergei Petrunia2018-04-191-1/+11
| | * | | | | | MyRocks: Post-merge fixes in bulk_load_error.testSergei Petrunia2018-04-172-15/+16