summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A cleanup for MDEV-31085 Crash when processing multi-update using view with o...bb-10.4-bar-MDEV-31085Alexander Barkov2023-04-241-5/+6
* MDEV-31085 Crash when processing multi-update using view with optimizer_trace onIgor Babaev2023-04-223-2/+377
* MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is usedAlexander Barkov2023-04-219-8/+281
* MDEV-30713 field length handling for CONNECT engineDaniel Black2023-04-215-12/+9
* Merge branch '10.3' into 10.4Oleksandr Byelkin2023-04-2117-179/+413
|\
| * MDEV-30818 invalid ssl prevents bootstrapSergei Golubchik2023-03-093-1/+12
| * main.bootstrap test cleanupSergei Golubchik2023-03-092-55/+89
| * bump the VERSIONSergei Golubchik2023-03-091-1/+1
| * Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2023-02-0614-122/+313
| |\
| | * MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::pr...bb-10.3-mdev-29644Nayuta Yanagisawa2023-02-035-56/+136
| | * MDEV-30509: mariadb-plugin-connect: introduce curl as recommendsSalman Mohammadi2023-01-311-0/+1
| | * MDEV-30475 Windows, mtr - Remove outdated instructions on how to install post...Vladislav Vaintroub2023-01-261-30/+3
| | * MDEV-30151 parse error 1=2 not between/inbb-10.3-bar-MDEV-30151Alexander Barkov2023-01-264-30/+130
| | * Revert "MDEV-30151 parse error 1=2 not between/in"Alexander Barkov2023-01-264-25/+6
| | * MDEV-28616 Crash when using derived table over union with order by clausebb-10.3-igorIgor Babaev2023-01-253-0/+56
* | | Minimize unsafe C functions usage - replace strcat() and strcpy()Mikhail Chalov2023-04-207-148/+178
* | | MDEV-28976 fixup: A better fixMarko Mäkelä2023-04-191-1/+2
* | | MDEV-30076 ibuf_insert tries to insert the entry for uncommitted indexThirunarayanan Balathandayuthapani2023-04-191-0/+4
* | | MDEV-31025 Redundant table alter fails when fixed columnThirunarayanan Balathandayuthapani2023-04-194-6/+38
* | | MDEV-24011 InnoDB: Failing assertion: index_cache->words == NULL in fts0fts....Thirunarayanan Balathandayuthapani2023-04-191-1/+9
* | | MDEV-28976: mtr must wait for server to actually dieMarko Mäkelä2023-04-191-1/+1
* | | MDEV-30955 Explicit locks released too early in rollback pathDaniele Sciascia2023-04-185-5/+97
* | | MDEV-30862 Assertion `mode_ == m_high_priority' failedDaniele Sciascia2023-04-183-0/+48
* | | rocksdb: Define _GNU_SOURCE during fallocate CMake probeFlorian Weimer2023-04-171-1/+1
* | | alloca() fixDaniel Black2023-04-131-2/+4
* | | MDEV-30402: Encrypted mariabackup SST breaks on distributions with newer socatJulius Goryavsky2023-04-131-0/+3
* | | MDEV-20773 Error from UPDATE when estimating selectivity of a rangeIgor Babaev2023-04-123-0/+55
* | | MDEV-31039 mariadb-backup: remove global variables ds_data and ds_metaAlexander Barkov2023-04-129-221/+289
* | | MDEV-26175 : Assertion `! thd->in_sub_stmt' failed in bool trans_rollback_stm...Jan Lindström2023-04-114-1/+59
* | | fix typolilinjie2023-04-102-2/+2
* | | MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministicAlexander Barkov2023-04-065-0/+213
* | | MDEV-30072 Wrong ORDER BY for a partitioned prefix key + NOPADAlexander Barkov2023-04-062-0/+72
* | | MDEV-25887 "Got notification message from PID xxxx, but reception only permit...Sergei Golubchik2023-04-051-0/+6
* | | MDEV-29602 : Galera debug build crashes when the spider plugin is enabledJan Lindström2023-04-041-0/+3
* | | MDEV-30971 Add a new system variable aria_data_home_dirAlexander Barkov2023-04-0410-1/+203
* | | MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-0418-237/+659
* | | Make 'move_file' command more reliable in 3 innodb testsLorna Luo2023-04-034-26/+40
* | | Make 'move_file' command more reliable in mysqltestLorna Luo2023-04-031-2/+14
* | | ensure that STRING_WITH_LEN is only used with string literalsSergei Golubchik2023-04-013-7/+23
* | | MDEV-13255 main.status failed in buildbotSergei Golubchik2023-04-011-7/+2
* | | Fix passing correct length of string in command print.Oleksandr Byelkin2023-04-011-9/+9
* | | Handle meaningless addr2line results and increase timeoutHugo Wen2023-04-011-3/+4
* | | MDEV-25045 : Assertion `client_state_.mode() != wsrep::client_state::m_toi' f...Jan Lindström2023-03-315-7/+133
* | | MDEV-27317 wsrep_checkpoint order violation due to certification failureTeemu Ollakka2023-03-311-5/+8
* | | MDEV-30351 crash in Item_func_left::val_strWeijun Huang2023-03-313-2/+19
* | | MDEV-30453 Setting innodb_buffer_pool_filename to an empty string attempts to...Marko Mäkelä2023-03-296-90/+6
* | | MDEV-26765 UNIX_TIMESTAMP(CURRENT_TIME()) return null ?!?Alexander Barkov2023-03-295-3/+104
* | | MDEV-30581 Add a testcase for MDEV-29904Yuchen Pei2023-03-282-0/+10
* | | MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export...Vlad Lesin2023-03-2711-52/+76
* | | MDEV-24453 Added support for a 5th --verbose parameter in mariadb-upgrade to ...Debjyoti2023-03-272-5/+12