summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17204 Mariadb 10.3.9 Spider DB SQL Alias no executebb-10.4-MDEV-17204Kentoku2019-05-0114-11/+417
* MDEV-18992 Crash when using 'insert into on duplicate update'if session chars...Kentoku SHIBA2019-04-3013-17/+289
* Correct the result for a few testsMarko Mäkelä2019-04-294-0/+4
* After-merge fix for rocksdbMarko Mäkelä2019-04-292-0/+3
* Adjusted result for tokudb_bugs.db756_card_part_hash_2_pickVarun Gupta2019-04-262-0/+7
* Results updated for tokudb testsVarun Gupta2019-04-2529-1/+100
* MDEV-18988 Wrong result when query with group by x order by y limit n (#1286)Kentoku SHIBA2019-04-2617-1/+836
* MDEV-18995 Some bugs in direct join (#1285)Kentoku SHIBA2019-04-2515-49/+663
* Merge 10.3 into 10.4Marko Mäkelä2019-04-2524-258/+151
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-2524-261/+154
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-04-2523-90/+185
| | |\
| | | * Merge 5.5 into 10.1Marko Mäkelä2019-04-2414-36/+120
| | | |\
| | | | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-2412-71/+125
| | | | * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-232-10/+36
| | | * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-224-6/+6
| | | * | MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, w...Sergei Petrunia2019-04-182-17/+36
| | | * | MDEV-19172 Reorder fields in PFS_events and PFS_events_waits to speed up memc...Eugene Kosov2019-04-052-23/+23
| | * | | Remove IBUF_COUNT_DEBUGMarko Mäkelä2019-04-197-189/+7
* | | | | Move XID_STATE::xid to XID_cache_elementSergey Vojtovich2019-04-251-4/+4
* | | | | Move XID_state::xa_state handing inside xa.ccSergey Vojtovich2019-04-252-18/+3
* | | | | Fixed compiler warnings form gcc 7.3.1Monty2019-04-196-20/+27
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-179-49/+339
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-179-49/+322
| |\ \ \ \ | | |/ / /
| | * | | MDEV-12699 Improve crash recovery of corrupted data pagesbb-10.2-MDEV-12699Marko Mäkelä2019-04-176-25/+294
| | * | | MDEV-19241 InnoDB fails to write MLOG_INDEX_LOAD upon completing ALTER TABLEMarko Mäkelä2019-04-171-18/+23
| | * | | MDEV-14239 Missing space: "innodb_open_files ... greaterthan"Marko Mäkelä2019-04-151-1/+1
| | * | | FSP_FLAGS_MEM_MASK: Remove traces of ATOMIC_WRITESMarko Mäkelä2019-04-101-5/+4
* | | | | MDEV-17508 Fix bug for spider when using "not like" (#1282)Kentoku SHIBA2019-04-173-2/+25
* | | | | MDEV-17494 Refuse ALGORITHM=INSTANT when the row size is too largeMarko Mäkelä2019-04-161-62/+222
* | | | | fix bug for spider where using "not like" (#890)willhan2019-04-164-1/+218
* | | | | MDEV-13564: Temporarily restore a call to work around a bugbb-10.4-MDEV-19253Marko Mäkelä2019-04-151-0/+8
* | | | | fix vargrind errors of Spider (#1273)Kentoku SHIBA2019-04-132-9/+3
* | | | | MDEV-16530 Spider datanodes needs adjusted wait_timeout for long running quer...Kentoku SHIBA2019-04-1225-8/+618
* | | | | MDEV-16543 Replicating to spider is fragile without retries (#1259)Kentoku SHIBA2019-04-1216-0/+254
* | | | | Merge 10.3 into 10.4bb-10.4-supermergejanMarko Mäkelä2019-04-122-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-122-2/+2
* | | | | MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2019-04-122-0/+4
* | | | | MDEV-15528 preparation: Write MLOG_INIT_FREE_PAGEMarko Mäkelä2019-04-085-18/+39
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-0819-344/+224
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19212: After-merge fix for sizeof(ulong)!=sizeof(ulint)Marko Mäkelä2019-04-082-7/+7
| * | | | MDEV-12266: Pass fil_space_t* to fseg_free_page()Marko Mäkelä2019-04-085-48/+51
| * | | | MDEV-14192: Add debug assertionsVlad Lesin2019-04-082-16/+34
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-0815-276/+137
| |\ \ \ \ | | |/ / /
| | * | | MDEV-19212: Replace macros with type-safe inline functionsMarko Mäkelä2019-04-085-28/+22
| | * | | MDEV-19212 4GB Limit on large_pages - integer overflowMarko Mäkelä2019-04-084-30/+16
| | * | | MDEV-8139: Clean up the freeing of B-tree pagesMarko Mäkelä2019-04-087-218/+98
| | * | | cmake: don't use generated files to detect a submoduleSergei Golubchik2019-04-071-2/+2
| | * | | MDEV-18309: Remove unused codeMarko Mäkelä2019-04-074-26/+4
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-0819-355/+253
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-0719-413/+307
| |\ \ \ \ | | |/ / /