summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23370 innodb_fts.innodb_fts_misc failed in buildbot, server crashed in d...bb-10.2-MDEV-23370Thirunarayanan Balathandayuthapani2020-10-258-399/+68
* MDEV-23720 Change innodb_log_optimize_ddl=OFF by defaultMarko Mäkelä2020-10-254-6/+8
* MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default ...Anel Husakovic2020-10-247-8/+104
* Do not leak memory in the skipped MDEV-23768 unit testMarko Mäkelä2020-10-241-0/+0
* MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-236-7/+3946
* MDEV-23941: strings/json_lib.c:893:12: style: Suspicious conditionVicențiu Ciorbaru2020-10-231-1/+1
* MDEV-17408 VIEW is incorrectly defined for a combination of = and BETWEENSergei Golubchik2020-10-232-0/+17
* precedence bugfixingSergei Golubchik2020-10-2316-1484/+343
* cleanup: remove redundant BANG_PRECEDENCESergei Golubchik2020-10-233-4/+3
* cleanup: remove redundant ADDINTERVAL_PRECEDENCESergei Golubchik2020-10-233-5/+4
* A fairly exhastive test for operator precedenceSergei Golubchik2020-10-232-0/+12893
* cleanup: move precedence tests into precedence_bugs.testSergei Golubchik2020-10-238-51/+61
* MDEV-23656 view: removal of parentheses results in wrong resultSergei Golubchik2020-10-233-1/+28
* MDEV-23492 performance_schema_digests_size changing from default to 5000 when...Sergei Golubchik2020-10-233-3/+3
* .gitignoreSergei Golubchik2020-10-231-0/+1
* compilation failure with new C/CSergei Golubchik2020-10-231-2/+5
* MDEV-23926: Follow-up patchDmitry Shulga2020-10-231-4/+0
* MDEV-23926: Follow-up patchDmitry Shulga2020-10-231-1/+1
* MDEV-23564: CMAKE failing due to deprecated Apple GSS methodDmitry Shulga2020-10-232-0/+5
* MDEV-23926: Follow-up patch to add missed file plugin/auth_pam/config.h.cmakeDmitry Shulga2020-10-231-0/+5
* MDEV-23926: Follow-up patch to cleanup plugin/auth_pam/CMakeLists.txt codeDmitry Shulga2020-10-232-12/+1
* MDEV-23926: Fix warnings generated during compilation of plugin/auth_pam/mapp...Dmitry Shulga2020-10-232-11/+45
* MDEV-20755 InnoDB: Database page corruption on disk or a failed file read of ...Vlad Lesin2020-10-235-51/+203
* MDEV-19443 server_audit plugin doesn't log proxy users.Alexey Botchkov2020-10-233-2/+136
* MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds).Alexey Botchkov2020-10-223-0/+8
* Merge 10.1 into 10.2Marko Mäkelä2020-10-2147-188/+723
|\
| * MDEV-23887: check_linker_flags correct for old cmake compatibilityDaniel Black2020-10-211-3/+3
| * InnoDB 5.6.50Marko Mäkelä2020-10-2110-38/+79
| |\
| | * MDEV-23999 Potential stack overflow in InnoDB fulltext searchMarko Mäkelä2020-10-216-34/+75
| |/
| * Updated mtr helpAnel Husakovic2020-10-201-2/+2
| * MDEV-5628: Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&Rucha Deodhar2020-10-203-0/+29
| * MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed inRucha Deodhar2020-10-203-0/+35
| * MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USERSergei Petrunia2020-10-169-6/+176
| * mysqlimport manpage - s/mysqldump/mysqlimport/gunki2020-10-141-13/+13
| * MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-0810-70/+212
| * MDEV-4851: (tests) log tables modifiable on log_output!=TABLEbb-10.1-danielblack-MDEV-4851Daniel Black2020-10-084-15/+101
| * MDEV-4851: BUG#11763447: 'YOU CANNOT 'ALTER' A LOG TABLE IF LOGGING IS ENABLED'Nisha Gopalakrishnan2020-10-081-3/+5
| * Merge tag 'mariadb-10.1.47' into 10.1Sergei Golubchik2020-10-071-5/+46
| |\
| * | bump the VERSIONDaniel Bartholomew2020-10-071-1/+1
| * | MDEV-23832 Crash at startup in Log_event::read_log_eventAndrei Elkin2020-10-073-1/+45
| * | MDEV-23697: bin/env perl -i -> bin/perl -iAnel Husakovic2020-10-021-1/+1
| * | mtr: innodb_stats_dropped_locked cleanupbb-10.1-danielblack-test-innodb_stats_drop_locked_cleanupDaniel Black2020-10-012-0/+4
| * | MDEV-23697: bin/env perl -i -> bin perl -iAnel Husakovic2020-09-301-1/+1
* | | MDEV-23925: Fixed warnings generated during compilation of mysys_ssl/openssl....Dmitry Shulga2020-10-211-2/+2
* | | Revert MDEV-23484 Rollback unnecessarily acquires dict_operation_lockMarko Mäkelä2020-10-204-25/+65
* | | MDEV-23996 Race conditions in SHOW ENGINE INNODB MUTEXMarko Mäkelä2020-10-203-23/+13
* | | Update mtr helpAnel Husakovic2020-10-201-1/+1
* | | MDEV-21951: mariabackup SST fail if data-directory have lost+found directoryJulius Goryavsky2020-10-205-2/+127
* | | MDEV-23327: followupOleksandr Byelkin2020-10-201-0/+6
* | | MDEV-23982: Mariabackup hangs on backupMarko Mäkelä2020-10-191-1/+1