summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-2630-238/+597
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-2524-228/+543
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4bb-10.4-mergeMarko Mäkelä2021-04-2524-227/+542
| | |\ \ \ | | | |/ /
| | | * | This commit adds the same call of st_select_lex::set_unique_exclude() thatIgor Babaev2021-04-243-1/+24
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-2416-199/+362
| | | |\ \ | | | | |/
| | | | * MDEV-23026/MDEV-25474 fixup: Assertion ib_table->stat_initializedMarko Mäkelä2021-04-241-11/+7
| | | | * MDEV-25459 MVCC read from index on CHAR or VARCHAR wrongly omits rowsMarko Mäkelä2021-04-243-35/+105
| | | | * This patch complements the patch for MDEV-24823.Igor Babaev2021-04-231-1/+1
| | | | * MDEV-25091 CREATE TABLE: field references qualified by a wrong table name suc...Aleksey Midenkov2021-04-235-5/+188
| | | | * MDEV-23455 Hangs + Sig11 in unknown location(s) due to single complex FK queryAleksey Midenkov2021-04-233-3/+54
| | | | * remove EXCEPTIONS-CLIENTSergei Golubchik2021-04-232-138/+1
| | | | * MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-229-26/+171
| | | | * MDEV-25456 - fix predicate in ib::error_or_warnVladislav Vaintroub2021-04-221-1/+1
| | | | * MDEV-25456 MariaBackup logs "[ERROR]" on Invalid log block checksumVladislav Vaintroub2021-04-221-1/+2
| | | | * Update timezone data on WindowsVladislav Vaintroub2021-04-222-0/+2
| | | * | MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-227-25/+147
| * | | | MDEV-25030 Upgrade to 10.5.9 breaks root's ability to grantSergei Golubchik2021-04-224-4/+48
| * | | | MYSQL_MAINTAINER_MODE fixesSergei Golubchik2021-04-222-6/+6
* | | | | MDEV-25512 Deadlock between sux_lock::u_x_upgrade() and sux_lock::u_lock()Marko Mäkelä2021-04-255-5/+218
* | | | | MDEV-25487 Assertion failed in lock_rec_movemariadb-10.6.0Marko Mäkelä2021-04-233-2/+55
* | | | | MDEV-20220 post push fixSujatha2021-04-232-195/+0
* | | | | Null-merge the revert of MDEV-24589Marko Mäkelä2021-04-220-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Revert "MDEV-24589 DROP TABLE is not crash-safe"Marko Mäkelä2021-04-224-20/+34
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-222-8/+20
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22953 main.flush_read_lock failed in buildbot with XAER_NOTA: Unknown XIDsachin2021-04-222-8/+20
* | | | | MDEV-25404 fixup: Fix ssux_lock_low::u_wr_upgrade()bb-10.6-MDEV-25404Marko Mäkelä2021-04-221-5/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-2213-29/+332
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-2210-22/+327
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4st-10.4Marko Mäkelä2021-04-229-19/+324
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-229-19/+325
| | | |\ \ | | | | |/
| | | | * MDEV-25474 Background thread returns uninitialized statisticsbb-10.2-MDEV-25474Thirunarayanan Balathandayuthapani2021-04-211-2/+6
| | | | * MDEV-25457 Server crashes in row_undo_mod_clust_low upon rollback of read-onl...Eugene Kosov2021-04-213-1/+13
| | | | * MDEV-24526 binlog rotate via FLUSH LOGS may obsolate binlog file for recovery...Andrei Elkin2021-04-213-0/+149
| | | | * Fixup: Event_queue_element_for_exec initializer list not supported on gcc-4.1Vicențiu Ciorbaru2021-04-211-1/+5
| | | | * fixed some korean error messagesbb-10.2-danielblack-pr1811-korean-translationLee Keun Won2021-04-211-14/+17
| | | | * Smoke test collection should not be executableElena Stepanova2021-04-211-1/+0
| | | | * MDEV-25288 Create a list of tests for distributionsElena Stepanova2021-04-211-0/+139
| | | | * MDEV-24807:A possibility for double free in dtor of Event_queue_element_for_e...Vicențiu Ciorbaru2021-04-203-1/+3
| | * | | MDEV-25362 after-merge fix: Remove unnecessary codeMarko Mäkelä2021-04-221-3/+1
| * | | | MDEV-25483: Shutdown crash during innodb.innodb_buffer_pool_resize_temporaryMarko Mäkelä2021-04-221-1/+1
| * | | | Cleanup: constexpr PFS_table_context::m_word_sizeMarko Mäkelä2021-04-212-5/+3
| * | | | WITH_UBSAN: shift is too large for 32-bit intMarko Mäkelä2021-04-211-1/+1
* | | | | fixup dd6ad3806856221f1af302e61ebd985905a00060: remove dead codeMarko Mäkelä2021-04-221-28/+0
* | | | | Follow-up post JSON_TABLE merge, table_join_options is not usedVicențiu Ciorbaru2021-04-211-4/+2
* | | | | Update columnstore to following cleanup of SELECT_LEXVicențiu Ciorbaru2021-04-211-0/+0
* | | | | MDEV-25441 WITH TIES is not respected with SQL_BUFFER_RESULT and constant in ...Vicențiu Ciorbaru2021-04-213-1/+52
* | | | | MDEV-25430: ROW | ROWS should be a required keyword after OFFSET startVicențiu Ciorbaru2021-04-214-113/+164
* | | | | MDEV-23908: Implement SELECT ... OFFSET ... FETCH ...Vicențiu Ciorbaru2021-04-2119-81/+2621
* | | | | cleanup: Select_limit_counters rename set_unlimited to clearVicențiu Ciorbaru2021-04-214-6/+20
* | | | | cleanup: make_aggr_tables_info pass parameters from existing local variablesVicențiu Ciorbaru2021-04-211-2/+2