summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24114 : Crash: WSREP: invalid state ROLLED_BACK (FATAL)10.2-MDEV-25114Jan Lindström2021-08-1614-187/+204
* MDEV-26376 pars_info_bind_id() unnecessarily copies stringsMarko Mäkelä2021-08-168-51/+37
* MDEV-26101: Galera WSREP SST broken on 10.6 under FreeBSDJulius Goryavsky2021-08-162-2/+16
* MDEV-26340: rsync uses `--whole-file` only in wan modeJulius Goryavsky2021-08-151-1/+1
* MDEV-26211: Cluster joiner node is failed to start when using TLSJulius Goryavsky2021-08-152-30/+66
* mysql_client_test: test_bug40365 gcc-11.2.1 indentation complaintDaniel Black2021-08-151-3/+3
* Fix cmake warning caused by 751ebe44fda4deb715fc2235548517c287f2a559Vladislav Vaintroub2021-08-091-6/+11
* MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-059-59/+381
* bump the VERSIONDaniel Bartholomew2021-08-051-1/+1
* cleanup: specifying plugin dependencies in CMakeLists.txtSergei Golubchik2021-08-034-14/+10
* MDEV-26220 Server crashes with indexed by prefix virtual columnmariadb-10.2.40Nikita Malyavin2021-08-024-0/+49
* Revert "MDEV-26220 Server crashes with indexed by prefix virtual column"Oleksandr Byelkin2021-08-024-99/+48
* MDEV-23752 SHOW EXPLAIN FOR thd waits for sleepSergei Golubchik2021-07-312-19/+25
* MDEV-20154 Assertion `len <= col->len | ...` failed in row_merge_buf_addNikita Malyavin2021-07-293-36/+63
* Cleanup: Remove redundant conditionsMarko Mäkelä2021-07-291-11/+2
* MDEV-26220 Server crashes with indexed by prefix virtual columnNikita Malyavin2021-07-284-48/+99
* Cleanup: Remove dead codeMarko Mäkelä2021-07-281-6/+0
* latest C/CSergei Golubchik2021-07-271-0/+0
* MDEV-7209 mroonga storage engine fails to build on OpenBSDSergei Golubchik2021-07-274-2/+2
* Merge remote-tracking branch 'merge/merge-pcre' into 10.2Sergei Golubchik2021-07-2728-114/+151
|\
| * 8.45Sergei Golubchik2021-07-2744-5300/+6704
* | Merge remote-tracking branch 'connect/10.2' into 10.2Sergei Golubchik2021-07-27110-1230/+2512
|\ \
| * | Fix compile error for centos 74 Modified taboccur.cppOlivier Bertrand2021-07-241-0/+2
| * | Replace Mongo2.jar and Mongo3.jar with ne versionsOlivier Bertrand2021-07-242-0/+0
| * | - Make user variable prefix recognized by IsArgJson and IsJsonOlivier Bertrand2021-07-2413-61/+111
| * | Fix clang compile error in value.cppOlivier Bertrand2021-06-251-2/+2
| * | Fix clang compile error in tabjson and typo in tabbson.cppOlivier Bertrand2021-06-253-5/+5
| * | Fix clang compile error in tabjson.cpp and tabbson.cppOlivier Bertrand2021-06-252-2/+2
| * | Fix clang compile error in tabjson.cpp and tabbson.cppOlivier Bertrand2021-06-252-2/+2
| * | Fix compile error in value.h and remove unused variables in ha_connect.ccOlivier Bertrand2021-06-252-5/+2
| * | Fix clang compile errorOlivier Bertrand2021-06-241-0/+1
| * | - Make function strz return null when LEX_STRING is nullOlivier Bertrand2021-06-2412-85/+201
| * | - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-0877-551/+1317
| * | - Mongo defined columnsOlivier Bertrand2021-05-246-12/+26
| * | - Fix MDEV-25715Olivier Bertrand2021-05-182-6/+6
| * | - Put all jar files in the SHARE directory (was PLUGIN)Olivier Bertrand2021-05-1717-106/+136
| * | - All this concern Json or Mongo tables based on MongoDB collections.Olivier Bertrand2021-05-057-28/+53
| * | TypoOlivier Bertrand2021-05-021-1/+1
| * | Fix compile warning as errorOlivier Bertrand2021-05-023-8/+9
| * | - Major update of the json/bson/mongo table types programs.Olivier Bertrand2021-05-0126-403/+682
* | | MDEV-25998 fixup: Avoid a hangMarko Mäkelä2021-07-273-19/+6
* | | MDEV-25998 fixup: Assert that a mutex is being heldMarko Mäkelä2021-07-271-2/+2
* | | MDEV-24393 InnoDB disregards --skip-external-lockingMarko Mäkelä2021-07-272-2/+7
* | | MDEV-25594: Improve debug checksMarko Mäkelä2021-07-2712-238/+185
* | | MDEV-26062 : InnoDB: WSREP: referenced FK check fail: Lock wait index `PRIMAR...Jan Lindström2021-07-263-35/+133
* | | MDEV-25998 InnoDB removes the tablespace from default encrypt list earlyThirunarayanan Balathandayuthapani2021-07-262-20/+28
* | | fix clang build: check alignment the other wayEugene Kosov2021-07-261-1/+1
* | | MDEV-23786: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2021-07-263-2/+26
* | | Some tests can take very long time when run with valgrindElena Stepanova2021-07-246-0/+16
* | | MDEV-26228 ASAN heap-use-after-free with ON UPDATE CASCADEMarko Mäkelä2021-07-233-3/+9