summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25325 built-in documentation for performance_schema tablesHaidong Ji2021-09-0744-795/+795
* MDEV-26518 ; Galera incorrectly handles primary or unique keys with any multi...bb-10.2-MDEV-26517Jan Lindström2021-09-021-1/+2
* Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-301-3/+3
* rocksdb: disable on arm64 except for LinuxDaniel Black2021-08-261-0/+9
* fix clang buildEugene Kosov2021-08-232-6/+0
* MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutexMarko Mäkelä2021-08-233-23/+25
* MDEV-26383 ASAN heap-use-after-free failure in btr_search_lazy_freeThirunarayanan Balathandayuthapani2021-08-213-3/+18
* MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++st-10.2-MDEV-26443Marko Mäkelä2021-08-203-2581/+1017
* CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRSbb-10.2-vicentiu-mrdanielnachun2021-08-191-2/+1
* MDEV-26131 fixupMarko Mäkelä2021-08-181-5/+6
* MDEV-20931 ALTER...IMPORT can crash the serverEugene Kosov2021-08-177-33/+68
* MDEV-26131 SEGV in ha_innobase::discard_or_import_tablespaceThirunarayanan Balathandayuthapani2021-08-161-83/+176
* MDEV-26376 pars_info_bind_id() unnecessarily copies stringsMarko Mäkelä2021-08-168-51/+37
* cleanup: specifying plugin dependencies in CMakeLists.txtSergei Golubchik2021-08-033-7/+3
* MDEV-20154 Assertion `len <= col->len | ...` failed in row_merge_buf_addNikita Malyavin2021-07-291-36/+29
* Cleanup: Remove redundant conditionsMarko Mäkelä2021-07-291-11/+2
* Cleanup: Remove dead codeMarko Mäkelä2021-07-281-6/+0
* MDEV-7209 mroonga storage engine fails to build on OpenBSDSergei Golubchik2021-07-274-2/+2
* 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-1716-105/+135
| * - 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-271-0/+4
* | 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-261-35/+41
* | MDEV-25998 InnoDB removes the tablespace from default encrypt list earlyThirunarayanan Balathandayuthapani2021-07-261-2/+28
* | 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-241-0/+3
* | MDEV-26228 ASAN heap-use-after-free with ON UPDATE CASCADEMarko Mäkelä2021-07-231-3/+3
* | MDEV-26205 Merge new release of InnoDB 5.7.35 to 10.2Marko Mäkelä2021-07-224-23/+20
|\ \
| * | Bug #31576731 INNODB_FT_TOTAL_CACHE_SIZE NOT CAPPED WHEN SET TO 32000000Sachin Agarwal2021-07-221-6/+8
| * | Bug #32460315 ONLINE RESIZING BUFFER POOL CAN CRASH CONCURRENT BP LOOKUPJakub Łopuszański2021-07-222-16/+11
|/ /
* | MDEV-26203 CREATE INDEX may enforce incorrect maximum column lengthMarko Mäkelä2021-07-221-2/+7