summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...bb-10.2-MDEV-25872Thirunarayanan Balathandayuthapani2021-06-101-8/+9
* Remove orphan type name trx_sig_tMarko Mäkelä2021-06-101-3/+1
* MDEV-25869 Change buffer entries are lost on InnoDB restartmariadb-10.2.39Marko Mäkelä2021-06-081-3/+8
* MDEV-25777: JAVA_INCLUDE_PATH and JAVA_INCLUDE_PATH2 not found with out of so...Anel Husakovic2021-06-041-0/+4
* CONNECT: use my_snprintfSergei Golubchik2021-05-271-3/+3
* MDEV-25758 InnoDB spatial indexes miss large geometry fields after MDEV-25459Thirunarayanan Balathandayuthapani2021-05-271-52/+93
* Cleanup: Remove handler::update_table_comment()Marko Mäkelä2021-05-272-63/+0
* MDEV-25663 Double free of transaction during truncate operationThirunarayanan Balathandayuthapani2021-05-241-8/+2
* MDEV-25721 Double free of table when inplace alterThirunarayanan Balathandayuthapani2021-05-231-11/+22
* MDEV-25663 Double free of transaction during truncate operationThirunarayanan Balathandayuthapani2021-05-231-1/+6
* cmake: fewer Build-Depends in SRPMSergei Golubchik2021-05-221-6/+5
* CONNECT: move jar files to /usr/share and include them in DEBsSergei Golubchik2021-05-222-9/+9
* MDEV-25664 Potential hang in purge for virtual columnsMarko Mäkelä2021-05-211-2/+4
* MDEV-25594: Assertion failure in DeadlockChecker::check_and_resolve()Marko Mäkelä2021-05-182-6/+22
* Revert "Connect: remove Mongo dependencies"Sergei Golubchik2021-05-082-3/+14
* Fix clang++-11 -Wsometimes-uninitializedMarko Mäkelä2021-05-071-1/+1
* Connect: remove Mongo dependenciesNikita Malyavin2021-05-033-10/+0
* MDEV-25536 InnoDB: Failing assertion: sym_node->table != NULL in pars_retriev...Thirunarayanan Balathandayuthapani2021-04-301-1/+2
* MDEV-25568 RENAME TABLE causes "Ignoring data file" messagesMarko Mäkelä2021-04-301-11/+4
* Merge remote-tracking branch 'connect/10.2' into 10.2Nikita Malyavin2021-04-2921-296/+512
|\
| * Typo modified: CMakeLists.txtOlivier Bertrand2021-04-091-1/+1
| * Remove add_jar modified: CMakeLists.txtOlivier Bertrand2021-04-091-2/+1
| * Fix add_jar modified: CMakeLists.txtOlivier Bertrand2021-04-091-0/+2
| * Fix install modified: CMakeLists.txtOlivier Bertrand2021-04-091-3/+5
| * typo tabrest.cppOlivier Bertrand2021-04-081-1/+1
| * tabrest.cppOlivier Bertrand2021-04-081-63/+8
| * tabrest.cppOlivier Bertrand2021-04-081-1/+4
| * tabrest.cppOlivier Bertrand2021-04-081-1/+1
| * try to fix tabrest.cpp compile errorOlivier Bertrand2021-04-081-1/+1
| * - Fix Linux compile errorsOlivier Bertrand2021-04-082-23/+17
| * Test tabrest.cpp fixOlivier Bertrand2021-04-081-2/+1
| * Commit last pull from originOlivier Bertrand2021-04-0699-1290/+1409
| |\
| * | - Fix(?) Linux compile errorsOlivier Bertrand2021-04-063-15/+20
| * | - Fix crash when not specifying the collection for MongoDBOlivier Bertrand2021-04-052-1/+7
| * | - Copy Mongo2.jar and Mongo3.jar in plugin directoryOlivier Bertrand2021-04-058-47/+161
| * | - Fix bug making REST table fail using CURLOlivier Bertrand2021-03-167-61/+87
| * | - Add new JPATH featuresOlivier Bertrand2021-02-1610-122/+230
| * | Fix bson_object_grp inverted args. Modified: storage/connect/bsonudf.cpp and ...Olivier Bertrand2021-02-052-7/+7
| * | - Fix bug causing bnx base wrong after CheckMemoryOlivier Bertrand2021-02-053-3/+18
* | | MDEV-25543: Building failure on MacOS in case MariadDB server is compiled wit...bb-10.2-MDEV-25543Dmitry Shulga2021-04-281-2/+1
* | | MDEV-25319 : Long BF log wait turns on InnoDB Monitor output without telling,...bb-10.2-MDEV-21514Jan Lindström2021-04-281-14/+19
* | | MDEV-25232 - CMake deprecation warning about CMAKE_MINIMUM_REQUIRED < 2.8.12Vladislav Vaintroub2021-04-281-1/+1
* | | MDEV-25503 InnoDB hangs on startup during recoveryThirunarayanan Balathandayuthapani2021-04-275-2/+32
* | | MDEV-22928 InnoDB fails to fetch index type when index mismatch happensThirunarayanan Balathandayuthapani2021-04-271-4/+10
* | | MDEV-19011 Assertion `file->s->base.reclength < file->s->vreclength' failedNikita Malyavin2021-04-271-1/+2
* | | revive innodb_debug_syncNikita Malyavin2021-04-275-0/+86
* | | MDEV-23026/MDEV-25474 fixup: Assertion ib_table->stat_initializedMarko Mäkelä2021-04-241-11/+7
* | | MDEV-25459 MVCC read from index on CHAR or VARCHAR wrongly omits rowsMarko Mäkelä2021-04-241-35/+55
* | | MDEV-23455 Hangs + Sig11 in unknown location(s) due to single complex FK queryAleksey Midenkov2021-04-231-3/+4
* | | MDEV-25456 - fix predicate in ib::error_or_warnVladislav Vaintroub2021-04-221-1/+1