summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Sergei Golubchik2022-10-0223-81/+193
|\
| * Merge branch '10.4' into 10.5Sergei Golubchik2022-10-0225-88/+200
| |\
| | * Merge branch '10.3' into 10.4Sergei Golubchik2022-10-0124-92/+165
| | |\
| | | * cleanup: suppress rocksdb compilation warning, fix a commentSergei Golubchik2022-10-011-0/+2
| | | * MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-302-7/+7
| | | * Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-2810-23/+32
| | | * MDEV-26852 Spider: -Werror=maybe-uninitialized raises on spd_sys_table.cc and...Nayuta Yanagisawa2022-09-262-6/+9
| | | * MDEV-29579 Fix CONNECT ASAN hits (#2277)Andrew Hutchings2022-09-262-38/+24
| | | * MDEV-28533: CONNECT engine does not quote columns involved in WHERE clause (#...Anel2022-09-263-4/+56
| | | * MDEV-25767 Fix CONNECT ODBC WHERE condition crash (#2243)Andrew Hutchings2022-09-234-14/+37
| | * | MDEV-29672 Add MTR tests covering key and key segment flags and typesAlexander Barkov2022-09-301-0/+32
| | * | MDEV-29613 fixup: clang -Wunused-but-set-variableMarko Mäkelä2022-09-261-4/+15
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-09-306-23/+9
|\ \ \ \ | |/ / /
| * | | Cleanup: Remove innobase_destroy_background_thd()Marko Mäkelä2022-09-304-17/+5
| * | | correctness assertSergei Golubchik2022-09-291-4/+0
| * | | MDEV-29368 Assertion `trx->mysql_thd == thd' failed in innobase_kill_query fr...Sergei Golubchik2022-09-291-0/+2
* | | | Revert MDEV-29566Marko Mäkelä2022-09-271-2/+1
* | | | MDEV-29566 Failed to read from the .par file upon concurrent DDL/SELECT with ...Marko Mäkelä2022-09-261-1/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-2611-43/+43
|\ \ \ \ | |/ / /
| * | | Cleanup: Declare srv_shutdown_bg_undo_sources() staticMarko Mäkelä2022-09-262-21/+21
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-09-2613-28/+60
| |\ \ \ | | |/ /
| | * | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFFMarko Mäkelä2022-09-232-1/+3
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-09-235-2/+37
| | |\ \ | | | |/
| | | * MDEV-29600 Memory leak in row_log_table_apply_update()Marko Mäkelä2022-09-221-2/+4
| | | * Backport fix for MDEV-29352 to 10.3-10.5Alexey Botchkov2022-09-213-0/+31
| | | * MDEV-29480 spider group by handler wrong result on order by aggregate aliasSergei Golubchik2022-09-201-0/+2
| | * | MDEV-29613 Improve WITH_DBUG_TRACE=OFFMarko Mäkelä2022-09-237-25/+22
* | | | MDEV-29277 On error, fts_sync_table() fails to release a table handleThirunarayanan Balathandayuthapani2022-09-231-39/+39
* | | | MDEV-29352 SIGSEGV's in strlen and unknown location on optimized builds at SH...Alexey Botchkov2022-09-213-0/+31
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-20169-541/+613
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-09-2017-234/+290
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-09-2021-323/+339
| | |\ \ | | | |/
| | | * MDEV-29426 Fix memory leak in CONNECT JSON/BSON (#2255)Andrew Hutchings2022-09-195-1/+97
| | | * Fix clang -Wunused-but-set-variableMarko Mäkelä2022-09-191-12/+6
| | | * Merge innodb.cmake to CMakeLists.txtMarko Mäkelä2022-09-192-203/+182
| | | * Cleanup: Remove HAVE_IB_LINUX_FUTEXMarko Mäkelä2022-09-193-47/+7
| | | * Cleanup: Remove INNODB_COMPILER_HINTSMarko Mäkelä2022-09-192-18/+5
| | | * InnoDB cleanup: Replace UNIV_LINUX, UNIV_SOLARIS, UNIV_AIXMarko Mäkelä2022-09-198-44/+38
| | | * Correct typos in a function commentMarko Mäkelä2022-09-191-3/+4
| | | * MDEV-29479 I_S.INNODB_SYS_TABLESPACES doesn't have temporary tablespace info...Thirunarayanan Balathandayuthapani2022-09-141-0/+5
| * | | MDEV-29559 Recovery of INSERT_HEAP_DYNAMIC into secondary index failsMarko Mäkelä2022-09-191-2/+2
| * | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-14261-20851/+20870
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-09-13259-20837/+20856
| | |\ \ | | | |/
| | | * MDEV-23801 Assertion failed in btr_pcur_store_position()Marko Mäkelä2022-09-131-2/+14
| | | * A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-131-1/+1
| | | * MDEV-29520 heap-use-after-poison in row_merge_spatial_rows()Marko Mäkelä2022-09-131-2/+4
| | | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-12255-20832/+20832
| | | * MDEV-29507 InnoDB: Failing assertion: table->n_rec_locks == 0Marko Mäkelä2022-09-121-0/+3
* | | | MDEV-15020 fixup: Make trx_t::apply_log() truly ATTRIBUTE_COLDMarko Mäkelä2022-09-202-4/+3
* | | | MDEV-29515 innodb.deadlock_victim_race is unstableVlad Lesin2022-09-191-7/+0