summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...bb-10.2-MDEV-23693Thirunarayanan Balathandayuthapani2020-10-2716-165/+273
* MDEV-22707: galera got stuck after flush tablesmkaruza2020-10-273-0/+82
* Bug #31228694 FTS QUERY WITH LIMIT HIT AN ASSERTbb-10.2-MDEV-23989Sachin Agarwal2020-10-261-3/+5
* Bug #30933728 INNODB FTS PHRASE SEARCH HIT AN ASSERTSachin Agarwal2020-10-261-14/+17
* Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2020-10-2623-490/+1071
|\
| * - Inline MakePtr and MakeOff with OFFSET as size_tOlivier Bertrand2020-10-1816-373/+848
| * Fix search for json subtable in tabjson.cppOlivier Bertrand2020-10-061-15/+33
| * Fix compile error in tabjson.cpp (ULONG -> ulong)Olivier Bertrand2020-10-051-17/+20
| * - Use BIN type when charset='binary'Olivier Bertrand2020-10-058-16/+64
| * - Fix allocating work space larger than 4GBOlivier Bertrand2020-10-032-17/+26
| * - Make possible to allocate work space larger than 4GBOlivier Bertrand2020-10-0112-82/+108
* | remove disable_abort_on_error from precedence.testSergei Golubchik2020-10-252-17/+12
* | 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
| |\ \