summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused fileMarko Mäkelä2022-11-081-14/+0
* MDEV-27121 fixup: mariabackup.mdev-14447 fault injectionMarko Mäkelä2022-11-081-1/+1
* MDEV-29578 Fix CONNECT build warningsAndrew Hutchings2022-10-262-5/+5
* Rocksdb: Add initial OpenBSD supportBrad Smith2022-10-262-7/+7
* MDEV-29490 Renaming internally used client API to avoid name conflictsLawrin Novitsky2022-10-254-2/+5
* CONNECT: compile with libxml2 2.10.xSergei Golubchik2022-10-221-0/+1
* MDEV-29687:ODBC tables do not quote identifier names correctly (#2295)Anel2022-10-216-5/+68
* MDEV-29778 Having Unique index interference with MATCH from a FULLTEXTThirunarayanan Balathandayuthapani2022-10-211-0/+5
* Update ODBC instructions for Connect SE and update ODBC result file (#2284)Anel2022-10-163-22/+27
* Do not use C++11 before MariaDB 10.4Marko Mäkelä2022-10-141-2/+2
* Fix clang -Wunused-but-set-variableMarko Mäkelä2022-10-143-26/+19
* MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-124-4/+8
* MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-125-8/+15
* Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-101-0/+5
* MDEV-29742 heap number overflowMarko Mäkelä2022-10-101-1/+6
* MDEV-27927 row_sel_try_search_shortcut_for_mysql() does not latch a page, vio...Vlad Lesin2022-10-0516-267/+160
* MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual...Marko Mäkelä2022-10-053-206/+131
* MDEV-29575 Access to innodb_trx, innodb_locks and innodb_lock_waits along wit...Vlad Lesin2022-10-031-0/+2
* 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-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-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-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-29342 Assertion failure in file que0que.cc line 728Thirunarayanan Balathandayuthapani2022-09-061-1/+1
* MDEV-27172 Prefix indices on Spider tables may lead to wrong query resultsNayuta Yanagisawa2022-09-017-251/+334
* MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLEMarko Mäkelä2022-08-301-4/+6
* MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-302-4/+4
* MDEV-29384 Hangs caused by innodb_adaptive_hash_index=ONMarko Mäkelä2022-08-251-40/+1
* btr_search_drop_page_hash_index(): Remove a racey debug checkMarko Mäkelä2022-08-241-4/+1
* MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
* MDEV-29291 Assertion `!table->fts' failed in dict_table_can_be_evicted on SHU...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
* MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+3