summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * MDEV-14945 possible buffer overflow in stack resolverVicențiu Ciorbaru2020-10-261-9/+18
| * Fix test failure on wsrep/variables test case.Jan Lindström2020-10-242-0/+10
| * MDEV-24017: Blackhole : Specified key was too long; max key length is 1000 bytesVlad Lesin2020-10-243-2/+25
| * Merge remote-tracking branch 'connect/10.1' into 10.1Oleksandr Byelkin2020-10-2417-108/+511
| |\
| | * - Fix MDEV-22571 and MDEV-22572. Allow multiple ZIP tableOlivier Bertrand2020-07-1617-108/+511
| * | MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-233-1/+12
| * | MDEV-23358 main.upgrade_MDEV-19650 fails with result differenceSergei Golubchik2020-10-221-1/+1
| * | MDEV-10149: sys_vars.rpl_init_slave_func fails sporadically in buildbotSujatha2020-10-222-27/+21
* | | MDEV-23693 fixup: Remove unused btr_search_t::withdraw_clockMarko Mäkelä2020-10-281-2/+0
* | | MDEV-23163 Merge new release of InnoDB 5.7.32 to 10.2Marko Mäkelä2020-10-281-1/+1
* | | MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-2721-280/+289
* | | MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_waitMarko Mäkelä2020-10-273-16/+47
* | | MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-273-0/+7
* | | MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...Thirunarayanan Balathandayuthapani2020-10-2716-165/+262
* | | 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