199098 Commits (88d9348dfc494105046451beef15a8e68d7f51be)
 

Author SHA1 Message Date
Alexander Barkov fdb6db6b47 MDEV-29462 ASAN: heap-use-after-free in Binary_string::copy on DO CONVERT 12 months ago
Jan Lindström f39217da0c MDEV-35473 : Sporadic failures in the galera_3nodes.galera_evs_suspect_timeout mtr test 11 months ago
Jan Lindström e7e06b3cb7 MDEV-35481 : ER_LOCK_DEADLOCK instead of ER_NO_SUCH_TABLE in galera_var_ignore_apply_errors 11 months ago
Jan Lindström ff45fdac29 MDEV-35440 : Protocol error warning in the galera_wsrep_schema_detached test 11 months ago
Julius Goryavsky 8bc254dd62 MDEV-26516: WSREP: Record locking is disabled in this thread, but the table being modified 11 months ago
Oleksandr Byelkin 0ea19c12fd MDEV-35507 ed25519 authentication plugin create user statement trigger plain text password in audit log 11 months ago
Ivan Prisyazhnyy f39a61505f MDEV-33075 [backport/2f5174e556] use more robust self-pipe to wake up poll() in break_connect_loop() 1 year ago
Ivan Prisyazhnyy c4cadb768f MDEV-33075 [backport/2f5174e556] fix rnd crash on macOS from pthread_kill(signal_handler) 1 year ago
Ivan Prisyazhnyy 8214707699 MDEV-33075 [backport/2f5174e556] fix signal handler thread exit on abort 1 year ago
Ivan Prisyazhnyy 490274e850 MDEV-33075 [backport/2f5174e556] eliminated support for `#ifndef HAVE_POLL` 1 year ago
Jan Lindström f5aed74573 MDEV-35486 : MDEV-33997 test failed 11 months ago
Thirunarayanan Balathandayuthapani 9ba18d1aa0 MDEV-35394 Innochecksum misinterprets freed pages 11 months ago
Yuchen Pei 5be859d52c
MDEV-30649 Adding a spider testcase showing copying from a remote to a local table 11 months ago
Yuchen Pei a8cc40d9a4
MDEV-35064 Reduce the default spider connect retry counts to 2 1 year ago
Monty 142851f120 Update my_print_defaults to accept --mariadbd as an option 11 months ago
Monty f09020b3bb Fixed bug in subselect3.inc (not notable) 11 months ago
Alexander Barkov 225c17d35c MDEV-34090 Client allows to set character set to utf32 and crashes on the next command 12 months ago
Alexander Barkov 425d2521ec MDEV-33472 Assertion `0' failed in Item_row::illegal_method_call on CREATE EVENT 12 months ago
Alexander Barkov 20eba06d9b MDEV-35489 Assertion `!ldate->neg' or unexpected result upon extracting unit from invalid value 11 months ago
Marko Mäkelä 2255be0395 MDEV-35472 Server crash in ha_storage_put_memlim upon reading from INNODB_LOCKS 11 months ago
ParadoxV5 ec58fce3da MDEV-35478 Correction for table->space_id in dict_load_tablespace() was mistakenly applied on an earlier branch 11 months ago
Alexander Barkov 2e404c9850 MDEV-21029 Incorrect result for expression with the <=> operator and IS NULL 12 months ago
Brandon Nesterenko 773cb726a8 MDEV-34348: MariaDB is violating clang-16 -Wcast-function-type-strict 1 year ago
Daniel Black 6456e437f2 MDEV-34348: Add cast-function-type-strict to warnings 1 year ago
Daniel Black 971a0ba23c MDEV-34408: Facilitate the addition of warnings into the build system 1 year ago
Brandon Nesterenko 78d7bb1d27 MDEV-34348: Miscellaneous fixes 1 year ago
Brandon Nesterenko 3c785499da MDEV-34348: Fix casts relating to tree_walk_action 1 year ago
Brandon Nesterenko 5432fa802b MDEV-34348: Fix casts in sql_acl 1 year ago
Brandon Nesterenko 7a8eb26bda MDEV-34348: Fix casting related to plugins 1 year ago
Brandon Nesterenko 840fe316d4 MDEV-34348: my_hash_get_key fixes 1 year ago
Brandon Nesterenko dbfee9fc2b MDEV-34348: Consolidate cmp function declarations 1 year ago
Alexander Barkov 3997d28f48 MDEV-16698 ASAN: heap-use-after-free in field_longstr::uncompress 11 months ago
Alexander Barkov 95df7ea33a MDEV-31881 ASAN: unknown-crash in check_ulonglong (sql/sql_analyse.cc) on SELECT ... FROM ... PROCEDURE ANALYSE() 11 months ago
Alexander Barkov 39f1f30f68 MDEV-23687 Assertion `is_valid_value_slow()' failed in Datetime::Datetime upon EXTRACT under mode ZERO_DATE_TIME_CAST 11 months ago
Marko Mäkelä 26597b91b3 MDEV-35413 InnoDB: Cannot load compressed BLOB 11 months ago
Brandon Nesterenko a06d81ff3f MDEV-35477: rpl_semi_sync_no_missed_ack_after_add_slave fails after MDEV-35109 11 months ago
ParadoxV5 cf2d49ddcf Extract some of #3360 fixes to 10.5.x 11 months ago
Daniel Black b414eca98d Correct cursor protocol tests main.{loaddata,grant_plugin} & innodb_fts.fulltext 11 months ago
Daniel Black 2c89fe7ea6 main.stack view protocol - correct test result 11 months ago
Marko Mäkelä 895cd553a3 MDEV-32175: Reduce page_align(), page_offset() calls 11 months ago
Marko Mäkelä df3855a471 MDEV-35247: ut_hash_ulint() is a waste 11 months ago
Marko Mäkelä a9b0a1c5d0 MDEV-35247: ut_fold_ull() is a waste 11 months ago
Marko Mäkelä 3c312d247c MDEV-35190 HASH_SEARCH duplicates effort before HASH_INSERT or HASH_DELETE 11 months ago
Vlad Lesin bcbeef6772 MDEV-35457 Remove btr_cur_t::path_arr 11 months ago
Monty 32962ea253 Do not read aria bitmap page for internal temporary tables 11 months ago
Monty 93fb364cd9 Removed not used ha_drop_table() 11 months ago
Monty 69be363daa Fixed that internal temporary Aria tables are not flushed to disk 11 months ago
Monty 0de9e40f4b Added status variable "stack_usable" to be able to check stack usage 1 year ago
Alexander Barkov ae0cbfe934 MDEV-28001 greatest/least with bigint unsigned maxium has unexpected results compared to 0 12 months ago
Alexander Barkov 74184074a0 MDEV-28652 SUBSTRING(str,pos,len) returns incorrect result in view (returns an empty string) 12 months ago