summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26247 Spider: Valid LEFT JOIN results in ERROR 1064bb-10.3-MDEV-26247Nayuta Yanagisawa2022-07-274-1/+139
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-233-12/+23
* Merge branch 'merge-zlib' into 10.3Oleksandr Byelkin2022-07-22201-1068/+58427
|\
| * 1.2.12Oleksandr Byelkin2022-07-2286-7854/+12197
| * 1.2.11Oleksandr Byelkin2022-07-21253-0/+76196
* fix DBUG_ENTER awake_no_mutexhaomi1232022-07-221-1/+1
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-204-101/+196
* MDEV-29023 MTR hangs after multiple failuresAleksey Midenkov2022-07-181-8/+39
* MDEV-29023 waitpid() cleanupAleksey Midenkov2022-07-181-5/+7
* MDEV-29025 MTR doesn't print stack trace for bootstrap crashesAleksey Midenkov2022-07-181-1/+14
* MDEV-29025 Refactoring: moved out core_wanted() out of mysql-test-run.plAleksey Midenkov2022-07-182-27/+39
* MDEV-28931 MTR prints detailed stack trace unconditionallyAleksey Midenkov2022-07-182-35/+209
* MDEV-28931 Debugger.pm readability fixAleksey Midenkov2022-07-181-38/+51
* MDEV-28931 --verbose option is too verboseAleksey Midenkov2022-07-186-30/+39
* MDEV-28931 Cleanup: try GDB to print core firstAleksey Midenkov2022-07-181-4/+1
* Windows - reduce irrelevant CMake system checksVladislav Vaintroub2022-07-181-0/+5
* MDEV-27686 Moving libexecinfo out of FreeBSD / OpenBSD specific CMake codeVladislav Vaintroub2022-07-173-27/+2
* table_count was present twice in one class of LEX.Oleksandr Byelkin2022-07-144-16/+7
* MDEV-26427 MariaDB Server SEGV on INSERT .. SELECTOleg Smirnov2022-07-148-59/+264
* MDEV-28487: sequences not respect value of binlog_row_image with select nextv...Brandon Nesterenko2022-07-136-2/+2546
* MDEV-21445 update test resultsSergei Golubchik2022-07-111-2/+30
* MDEV-28689, MDEV-28690: Remove ctrl_mutexMarko Mäkelä2022-07-111-70/+37
* Revert "MDEV-28689, MDEV-28690: Incorrect error handling for ctrl_mutex"Vladislav Vaintroub2022-07-111-22/+55
* MDEV-28197 Linux mariadb-client build does not accept Unicode charactersSergei Golubchik2022-07-101-4/+4
* MDEV-28871: Assert ... failed in JOIN::dbug_verify_sj_inner_tables...Sergei Petrunia2022-07-075-1/+46
* MDEV-28746 Wrong error code ER_BAD_DB_ERROR for long filenamesVladislav Vaintroub2022-07-073-7/+18
* MDEV-25492 BETWEEN clause returns incorrect results on quoted 64-bit intsAlexander Barkov2022-07-062-0/+45
* MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers ...Alexander Barkov2022-07-0663-498/+733
* MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL)Alexander Barkov2022-07-069-97/+3
* MDEV-26568 RPM logic prohibiting server major upgrade no longer works as expe...Sergei Golubchik2022-07-051-2/+2
* MDEV-26544 Assertion `part_share->auto_inc_initialized' failed in ha_partitio...Nayuta Yanagisawa2022-07-055-14/+81
* MDEV-29011 Server crash in spider_db_open_item_cond with XOR operatorNayuta Yanagisawa2022-07-054-10/+84
* Fix typo in appveyor.ymlVladislav Vaintroub2022-07-041-1/+1
* MDEV-28912 NON-UNIQUE FTS_DOC_ID index mistaken as FTS_DOC_ID_INDEXThirunarayanan Balathandayuthapani2022-07-013-1/+22
* MDEV-28389 fixup: Fix pre-GCC 10 -WconversionMarko Mäkelä2022-07-011-1/+4
* Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-0114-188/+97
* Fix clang-15 -Wdeprecated-non-prototypeMarko Mäkelä2022-07-012-16/+7
* MDEV-28706 Redundant InnoDB table fails during alterThirunarayanan Balathandayuthapani2022-06-303-0/+28
* A cleanup for MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_im...Alexander Barkov2022-06-281-0/+2
* MDEV-21310 AUTO_INCREMENT column throws range error on INSERT in partitioned ...Nayuta Yanagisawa2022-06-288-14/+89
* MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-273-0/+27
* MDEV-28389 fixup: Fix compiler warningsMarko Mäkelä2022-06-271-1/+4
* MDEV-28389: Simplify the InnoDB corrupted page outputMarko Mäkelä2022-06-274-234/+39
* MDEV-28854 Disallow INSERT DELAYED on Spider tableHirokazu Hata2022-06-279-35/+71
* MDEV-22590 SIGSEGV in flush_all_key_blocks when changing key_buffer_size / AS...Oleksandr Byelkin2022-06-243-1/+44
* MDEV-26562: galera-sst-mariabackup is failing due to missing xtrabackup_check...Julius Goryavsky2022-06-212-39/+70
* MDEV-28884: include kernel information in crashing signal handlerDaniel Black2022-06-181-0/+10
* remove invalid testSergei Golubchik2022-06-182-82/+0
* Fix intermittent failures of innodb.stats_persistentMarko Mäkelä2022-06-172-4/+5
* MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-168-5/+52