summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | Revert "update CC"Nikita Malyavin2021-04-301-0/+0
| | | | | * | update CCNikita Malyavin2021-04-291-0/+0
| | | | | * | 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-06774-13537/+18745
| | | | | | |\ \
| | | | | | * | | - 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
| | | | | * | | | Another correction of the patch for MDEV-24823.Igor Babaev2021-04-281-2/+3
| | | | | * | | | MDEV-25543: Building failure on MacOS in case MariadDB server is compiled wit...bb-10.2-MDEV-25543Dmitry Shulga2021-04-281-2/+1
| | | | | * | | | Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYbb-10.2-BUG29363867Oleksandr Byelkin2021-04-284-17/+71
| | | | | * | | | MDEV-25319 : Long BF log wait turns on InnoDB Monitor output without telling,...bb-10.2-MDEV-21514Jan Lindström2021-04-283-14/+66
| | | | | * | | | MDEV-25258 : SET PASSWORD command fail with wsrep apiJan Lindström2021-04-283-1/+38
| | | | | * | | | MDEV-21514 : Galera test failure on galera.galera_wan_restart_sstJan Lindström2021-04-282-39/+49
| | | | | * | | | MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITEVladislav Vaintroub2021-04-283-1/+38
| | | | | * | | | MDEV-25232 update libmariadbVladislav Vaintroub2021-04-281-0/+0
| | | | | * | | | MDEV-25232 - CMake deprecation warning about CMAKE_MINIMUM_REQUIRED < 2.8.12Vladislav Vaintroub2021-04-282-15/+14
| | | | | * | | | Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYSergei Golubchik2021-04-275-27/+89
| | | | | * | | | Bug #31674599: THE UDF_INIT() FUNCTION CAUSE SERVER CRASHSergei Golubchik2021-04-273-3/+21
| | | | | * | | | MDEV-25326 mysql_install_db help text incompleteSergei Golubchik2021-04-271-5/+1
| | | | | * | | | MDEV-25503 InnoDB hangs on startup during recoveryThirunarayanan Balathandayuthapani2021-04-277-2/+69
| | | | | * | | | MDEV-22928 InnoDB fails to fetch index type when index mismatch happensThirunarayanan Balathandayuthapani2021-04-274-4/+63
| | | | | * | | | MDEV-24583 SELECT aborts after failed REPLACE into table with vcolNikita Malyavin2021-04-276-4/+191
| | | | | * | | | MDEV-19011 Assertion `file->s->base.reclength < file->s->vreclength' failedNikita Malyavin2021-04-274-1/+20
| | | | | * | | | MDEV-16962 Assertion failed in open_purge_table upon concurrent ALTER/FLUSHNikita Malyavin2021-04-273-3/+79
| | | | | * | | | revive innodb_debug_syncNikita Malyavin2021-04-278-0/+205
| | | | * | | | | MDEV-23723: Crash when test_if_skip_sort_order() is checked for derived ...bb-10.3-mdev23723Sergei Petrunia2021-04-304-1/+70
| | | | * | | | | MDEV-25501 routine_definition in information_schema.routines loses tablename ...Sergei Golubchik2021-04-283-14/+54
| | | | * | | | | MDEV-25109 Server crashes in sp_name::sp_name upon invalid data in mysql.procSergei Golubchik2021-04-283-1/+30
| | | | * | | | | cleanup: lowercase_table.testSergei Golubchik2021-04-282-37/+50
| | | | * | | | | MDEV-20842 fix windows result failureAleksey Midenkov2021-04-272-1/+2
| | | | * | | | | MDEV-20842 fix test internal check failureAleksey Midenkov2021-04-273-5/+6
| | | | * | | | | MDEV-20842 Crash using versioning plugin functions after plugin was removed f...Aleksey Midenkov2021-04-275-1/+30
| | | | * | | | | MDEV-25468 DELETE HISTORY may delete current data on system-versioned tableAleksey Midenkov2021-04-275-2/+105
| | * | | | | | | Follow-up for Deb: Stop depending on empty transitional package dh-systemdVicențiu Ciorbaru2021-05-051-1/+0
| * | | | | | | | MDEV-25613 assertion (file_system.n_open > 0) failedVladislav Vaintroub2021-05-071-5/+0