summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add const qualifiers to sys_var::value_ptr functions and fix const castsbb-10.3-nikita-oldNikita Malyavin2021-04-067-163/+197
* make all conversions in check() to avoid possible errorsNikita Malyavin2021-04-062-16/+23
* refactor Sys_var_vers_asofNikita Malyavin2021-04-065-25/+43
* MDEV-16481: set global system_versioning_asof=sf() crashes in specific caseNikita Malyavin2021-04-064-28/+37
* MDEV-16026: Forbid global system_versioning_asof in non-default time zoneNikita Malyavin2021-04-065-47/+197
* revive innodb_debug_syncNikita Malyavin2021-04-028-0/+207
* fix gcc optimized buildEugene Kosov2021-04-011-1/+1
* MDEV-25172 Wrong error message for ADD COLUMN .. AS ROW STARTAleksey Midenkov2021-03-313-2/+23
* MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned tableAleksey Midenkov2021-03-313-9/+34
* MDEV-24690 Dropping primary key column from versioned table always fails with...Aleksey Midenkov2021-03-313-1/+75
* MDEV-23446 goto error cleanupAleksey Midenkov2021-03-311-17/+18
* Merge 10.2 into 10.3Marko Mäkelä2021-03-3135-962/+873
|\
| * MDEV-25294 signal handler display coredump on macDavid CARLIER2021-03-301-1/+13
| * MDEV-25200 Index count mismatch due to aborted FULLTEXT INDEXThirunarayanan Balathandayuthapani2021-03-303-0/+59
| * MDEV-15527 page_compressed compressed page partially during import tablespaceThirunarayanan Balathandayuthapani2021-03-301-1/+1
| * Add missing have_perfschema.incMarko Mäkelä2021-03-302-0/+2
| * MDEV-15527 page_compressed compressed page partially during import tablespacebb-10.2-MDEV-15527Thirunarayanan Balathandayuthapani2021-03-301-11/+74
| * Add supression for warning.Jan Lindström2021-03-302-0/+3
| * MDEV-24923 : Port selected Galera conflict resolution changes from 10.6Jan Lindström2021-03-303-121/+107
| * remove broken tests/grant.plDaniel Black2021-03-301-750/+0
| * mallinfo2: whitespace fixDaniel Black2021-03-301-1/+1
| * Windows - suppress nonsensical(for this OS) system check.Vladislav Vaintroub2021-03-301-0/+1
| * MDEV-24586: remove mysql_to_mariadb.sqlbb-10.2-MDEV-24586-danielblack-remove-mysql_to_mariadb.sqlDaniel Black2021-03-302-23/+0
| * Don't pass password to innobackup via command line, use environment insteadbb-10.2-codership-cmd-line-pswdAlexey Yurchenko2021-03-292-6/+6
| * MDEV-25457 CREATE / DROP PROCEDURE not logged with audit plugin.Alexey Botchkov2021-03-293-5/+26
| * MDEV-25240 minor upgrade does not perform server restartbb-10.2-MDEV-25240Alexey Bychko2021-03-291-3/+8
| * MDEV-13467: Feature request: Support for ST_Distance_Sphere()bb-10.2-anel-MDEV-13467-gis-feature-v1Anel Husakovic2021-03-271-2/+2
| * MDEV-25272: Wrong function name in error messages upon ST_GeomFromGeoJSON callAnel Husakovic2021-03-272-4/+4
| * MDEV-13467: Feature request: Support for ST_Distance_Sphere()Anel Husakovic2021-03-2714-39/+598
* | MDEV-25457 CREATE / DROP PROCEDURE not logged with audit plugin.Alexey Botchkov2021-03-273-5/+24
* | Merge 10.2 into 10.3Marko Mäkelä2021-03-2747-608/+349
|\ \ | |/
| * Replace mallinfo with mallinfo2 on supported systemsMichael Okoko2021-03-273-2/+8
| * cmake cleanup: drop support for ancient clang in WITH_ASAN optionEugene Kosov2021-03-261-10/+0
| * MDEV-25238 add support for -fsanitize-address-use-after-scopeEugene Kosov2021-03-261-0/+6
| * MDEV-24786: row_upd_clust_step() skips mtr_t::commit() on virtual column errorst-10.2-MDEV-24786Marko Mäkelä2021-03-261-80/+46
| * Cleanup - reduce duplicate code, in SSL IO error handling.bb-10.2-sysprgVladislav Vaintroub2021-03-251-23/+29
| * MDEV-25242 Server crashes in check_grant upon invoking function with userstat...Sergei Golubchik2021-03-243-8/+27
| * MDEV-23740 postfix - potentially uninitialized variable passed to vio_socket...Vladislav Vaintroub2021-03-241-10/+15
| * MDEV-24879 Client crash on undefined charsetsdirSergei Golubchik2021-03-231-1/+5
| * Follow up fixes for making @@wsrep_provider read-onlyDaniele Sciascia2021-03-238-10/+11
| * fixed typo in postinst scriptAlexey Bychko2021-03-231-3/+3
| * MDEV-24767 Wrong result when forced BNLH is used for join supportedIgor Babaev2021-03-223-1/+55
| * MDEV-23076 Misleading "InnoDB: using atomic writes"Marko Mäkelä2021-03-223-19/+7
| * MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-2214-400/+0
| * Added missed ' -- ' between the end of the lldb command options and the begin...Dmitry Shulga2021-03-221-1/+1
| * MDEV-25195: pam check getgrouplist functionDaniel Black2021-03-221-3/+4
| * MDEV-22240: don't use pc.splitbrain=true on node2 in galera.galera_gcache_rec...Alexey Yurchenko2021-03-211-1/+1
| * MDEV-8708 fixup: Remove dead codeMarko Mäkelä2021-03-191-4/+0
| * MDEV-24903: mariabackup SST fails while adding --log-bin in startup commandJulius Goryavsky2021-03-197-42/+137
* | MDEV-25128 Wrong result from join with materialized semi-join andIgor Babaev2021-03-234-6/+307