summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29015 innodb os_file_set_size WSL workaroundpreview-10.3-mdev-29015-avoid-wsl8443Daniel Black2022-07-111-14/+14
* 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
* mtr: fix a race conditionSergei Golubchik2022-06-151-2/+6
* cleanup: move the check out of the loopSergei Golubchik2022-06-151-10/+9
* MDEV-28656: Inability to roll upgrade without stopping the Galera clusterJulius Goryavsky2022-06-146-108/+196
* MDEV-28628: Change current Debian package revision schemeTuukka Pasanen2022-06-141-4/+12
* MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...Nayuta Yanagisawa2022-06-135-7/+51
* MDEV-27766: connect engine; INSERT ignore option, was ignoredMathew Heard2022-06-104-4/+42
* MDEV-28666: Add correct 'Breaks' to make sure upgrade from 10.2 succeedsTuukka Pasanen2022-06-101-1/+2
* MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted tableMarko Mäkelä2022-06-093-7/+27
* MDEV-25577 mariadb-tzinfo-to-sql generates superfluous warningsDaniel Lewart2022-06-091-20/+10
* mysql.server.sh fix for non-Red Hat platformsGuiXiaoDi2022-06-091-5/+6
* Cleanup: Remove unused error code DB_FORCED_ABORTMarko Mäkelä2022-06-082-8/+2
* MDEV-25273: fix typo (s/strucures/structures/)chansuke2022-06-081-1/+1
* main.help: flush help tables after modifying themSergei Golubchik2022-06-072-13/+14
* typo fixed: [[space]] -> [[:space:]]Sergei Golubchik2022-06-071-1/+1
* MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-076-33/+118
* Fixed crashing when using DBUG_PUSH_EMPTYMonty2022-06-061-3/+2
* MDEV-27697 fixup: Exclude debug code from non-debug buildsMarko Mäkelä2022-06-031-3/+3
* MDEV-28719: compress_write() leaks data_mutex on errorMarko Mäkelä2022-06-011-12/+11
* MDEV-28716: Portability: unlink() can return EPERM instead of EISDIRMarko Mäkelä2022-06-011-0/+1
* Fixed bug in ma_loghandler.cc that could cause an assertMonty2022-05-301-10/+2
* Remove compiler warning about unused variablesMonty2022-05-301-0/+2
* MDEV-28689, MDEV-28690: Incorrect error handling for ctrl_mutexMarko Mäkelä2022-05-301-55/+22
* MDEV-28599 EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead o...Masashi Tomooka2022-05-303-2/+33