summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix shutdown hang in dict_stats , caused by MDEV-16264mariadb-10.5.0Vladislav Vaintroub2019-11-251-1/+10
* MDEV-21132 Remove buf_page_t::newest_modificationMarko Mäkelä2019-11-2513-451/+291
* MDEV-19903 Setup default partitions for system versioningAleksey Midenkov2019-11-225-209/+169
* MDEV-21062 Do not use popen() in text mode for mysql_upgrade.Vladislav Vaintroub2019-11-221-1/+10
* Fix MTR suppressions in inconsistency voting tests (#1412)Daniele Sciascia2019-11-229-4/+59
* MDEV-21110 Unify turn_parser_debug_on() in sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-11-214-3/+32
* Upgrade accidentally downgraded libmariadbMarko Mäkelä2019-11-211-0/+0
* Merge 10.4 into 10.5Marko Mäkelä2019-11-2010-29/+135
|\
| * MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-206-27/+101
| * Merge 10.3 into 10.4Marko Mäkelä2019-11-204-2/+34
| |\
| | * MDEV-21088: Follow-up fix for ROW_FORMAT=REDUNDANTMarko Mäkelä2019-11-201-1/+1
| | * MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-201-0/+7
| | * MDEV-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-203-1/+27
* | | Bison parser cleanups: define yyerror() instead of MYSQLerror()/ORAerror()Alexander Barkov2019-11-202-2/+2
* | | MDEV-16264 fix unused variable ‘save_psi_thread’Aleksey Midenkov2019-11-201-0/+2
* | | MDEV-20729 Fix REFERENCES constraint in column definitionAleksey Midenkov2019-11-2020-64/+273
* | | MDEV-20480 Obsolete internal parser for FK in InnoDBAleksey Midenkov2019-11-2019-1401/+825
* | | MDEV-21063 Very many test failures on big-endian PowerPCSachin2019-11-191-2/+1
* | | MDEV-21073 Collect different grammar rules into a single chunkAlexander Barkov2019-11-194-1381/+1627
* | | Merge 10.4 into 10.5Marko Mäkelä2019-11-1928-92/+633
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2019-11-1922-46/+439
| |\ \ | | |/
| | * MDEV-13564 follow-up: Remove unused codeMarko Mäkelä2019-11-191-217/+0
| | * Merge 10.2 into 10.3Marko Mäkelä2019-11-1911-174/+223
| | |\
| | | * MDEV-21069 Crash on DROP TABLE if the data file is corruptedMarko Mäkelä2019-11-199-44/+90
| | | * update create_w_max_indexes_128.resultSergei Golubchik2019-11-151-128/+128
| | * | Fix compile failure on Windows: use explicit type castsbb-10.3-mdev20611Sergei Petrunia2019-11-161-3/+3
| | * | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-1513-18/+343
| * | | MDEV-13564: Remove an unused return valueMarko Mäkelä2019-11-172-20/+6
| * | | Fix a couple of clang-cl warningsVladislav Vaintroub2019-11-153-4/+3
| * | | MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec"Vladislav Vaintroub2019-11-156-24/+206
* | | | MDEV-21064 Add a new class sp_expr_lex and a new grammar rule expr_lexbb-anel-json-v2-alter_force-10.3Alexander Barkov2019-11-165-218/+223
* | | | Fix compile error on centos6. it does not like std::this_thread::sleep()Vladislav Vaintroub2019-11-151-9/+3
* | | | MDEV-16264: Minor cleanupMarko Mäkelä2019-11-152-18/+18
* | | | MDEV-16264: Remove IORequest::IGNORE_MISSINGMarko Mäkelä2019-11-154-59/+19
* | | | MDEV-16264: Fix some white spaceMarko Mäkelä2019-11-159-146/+90
* | | | MDEV-21054 Crash on shutdown due to btr_search_latches=NULLMarko Mäkelä2019-11-151-8/+2
* | | | Make .clang-format work with clang-8Vladislav Vaintroub2019-11-1520-431/+302
* | | | MDEV-20839 innodb-redo-badkey fails sporadicallyVladislav Vaintroub2019-11-151-0/+1
* | | | MDEV-16264 Use threadpool for Innodb background work.Vladislav Vaintroub2019-11-1547-5809/+1107
* | | | MDEV-16264: Add threadpool libraryVladislav Vaintroub2019-11-1511-0/+2318
* | | | MDEV-16264 prerequisite patch, ha_preshutdown.Vladislav Vaintroub2019-11-153-1/+32
* | | | MDEV-16264 - prerequisite patch - true background THDsVladislav Vaintroub2019-11-151-0/+106
* | | | MDEV-16264 prerequisite patch, enable thr_timer in embeddedVladislav Vaintroub2019-11-151-4/+0
* | | | MDEV-16264 - prerequisite patch, periodic thr_timerVladislav Vaintroub2019-11-152-1/+32
* | | | Cleanup: More use of mtr_memo_type_tMarko Mäkelä2019-11-155-13/+16
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-1449-633/+1039
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-11-1422-160/+145
| |\ \ \ | | |/ /
| | * | MDEV-12353 preparation: Replace mtr_x_lock() and friendsMarko Mäkelä2019-11-1422-163/+148
| * | | MDEV-20949: Merge 10.3 into 10.4Marko Mäkelä2019-11-1420-311/+759
| |\ \ \ | | |/ /
| | * | MDEV-20949: Merge 10.2 into 10.3Marko Mäkelä2019-11-1416-315/+383
| | |\ \ | | | |/