Commit graph

  • b0a084d91a Ignore assume with side effect warning for Clang ultragreed 2025-06-04 22:10:13 +10:00
  • cf3b141013 Only use assume in C++ files for GCC ultragreed 2025-06-04 21:33:28 +10:00
  • 7b2ff6e9dd Replace DBUG_ASSERTs guarded with safety checks with no assume variation ultragreed 2025-05-31 01:08:11 +10:00
  • 889e24ec0a Replace certain DBUG_ASSERT(0) with no assume variation ultragreed 2025-05-31 00:52:54 +10:00
  • eaa872b166 Implement DBUG_ASSUME, augment DBUG_ASSERT with it ultragreed 2025-05-30 22:37:28 +10:00
  • 84b6fcbc1c Remove 10-year-old defensive if after assert ultragreed 2025-04-04 06:08:18 +10:00
  • dd2982dc33 MDEV-30831 Cannot compile AWS KMS Plugin bb-10.11-wlad-aws-sdk Vladislav Vaintroub 2025-06-06 16:26:27 +02:00
  • 5729d89cd5 MDEV-36938 Fix MSI install failure when ADDLOCAL omits required runtime Vladislav Vaintroub 2025-06-04 09:46:06 +02:00
  • 9bf0492b7d MDEV-36904 Improve runtime dependency packaging on Windows Vladislav Vaintroub 2025-06-10 11:53:45 +02:00
  • 3ae7bf3af6 MDEV-16686 DDL in procedure propagates no locking to tables locked by DML bb-10.6-midenok-MDEV-16686 Aleksey Midenkov 2025-06-04 15:52:14 +03:00
  • 7e34ce5a5e fix the error message Sergei Golubchik 2025-06-10 09:19:50 +02:00
  • 6ce6859e7d
    Merge 14c105a8bd into 6a2afb42ba andrelkin 2025-06-10 10:13:17 +02:00
  • c0c36daf53
    Merge 674c9b0261 into 6a2afb42ba andrelkin 2025-06-10 10:12:59 +02:00
  • 671ec6d9a8 MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-06-10 12:20:14 +07:00
  • f4578192ae MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-06-10 11:55:33 +07:00
  • 45acb6743c MDEV-36511: Dump basic stats of a table to trace bsrikanth-mariadb 2025-05-27 12:17:22 -04:00
  • cfab1e18cc
    Merge e9c24a6384 into 6a2afb42ba Brandon Nesterenko 2025-06-10 01:35:50 +03:00
  • 5a6732983d MDEV-36461, followup: fix opt_trace.test for --view-protocol bb-10.11-spetrunia-tmp Sergei Petrunia 2025-06-09 21:54:32 +03:00
  • cce76e7225 MDEV-36765: followup 4: Fixups to previous fixes bb-10.11-MDEV-36765 Sergei Petrunia 2025-06-09 16:40:27 +03:00
  • 12c10712a7 MDEV-36765: followup 3: json_unquote/compare_json_str_basic handle errors from json_unescape Daniel Black 2025-06-03 13:01:06 +10:00
  • 2b24ed87f0 MDEV-36765: followup 2: st_append_json: handle json_unescape error Daniel Black 2025-06-03 12:56:06 +10:00
  • 0dd758e5f9 MDEV-36765, followup 1: acl: handle json_unescape errors without crashing Daniel Black 2025-06-03 12:48:36 +10:00
  • 39bb34b9c5 MDEV-36765: JSON Histogram cannot handle >1 byte characters Daniel Black 2025-06-01 11:57:21 +10:00
  • aa6091be9c Test bb-12.0-bar-MDEV-20022-v1 Alexander Barkov 2025-06-09 16:42:45 +04:00
  • 056494a7e6
    Fix bootstrapping Galera nodes on FreeBSD 15.0 Florian Smeets 2025-06-09 15:51:00 +02:00
  • 5ee05cb8d7 MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-06-09 18:27:27 +07:00
  • 376707b68b MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-06-09 18:26:57 +07:00
  • 73e1e6d28f MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-06-09 18:25:50 +07:00
  • 10ed26aa12 MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-06-09 18:25:13 +07:00
  • eeb00ceffd MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-06-09 18:24:28 +07:00
  • 4d4f3fef2a MDEV-35617: DROP USER should leave no active session for that user Dmitry Shulga 2025-05-28 00:05:05 +07:00
  • b636e5cbf1 MDEV-20022 sql_mode="oracle" does not support TO_NUMBER() function Alexander Barkov 2025-05-21 14:55:55 +04:00
  • 6a2afb42ba MDEV-36487 Fix ha_innobase::check() for sequences Thirunarayanan Balathandayuthapani 2025-06-06 18:42:30 +05:30
  • b3c2428efe MDEV-36968 : galera_3nodes.inconsistency_shutdown test occasionally hangs Jan Lindström 2025-06-09 11:00:27 +03:00
  • 37274ae01f MDEV-36032 Check whether a table can be a sequence when ALTERed with SEQUENCE=1 Thirunarayanan Balathandayuthapani 2025-05-28 13:58:47 +05:30
  • e722b9c5cf MDEV-36953 : mysql-wsrep#198 test hangs Jan Lindström 2025-06-06 10:42:40 +03:00
  • 5037e6a6bb MDL BF-BF conflict on ALTER and INSERT with multi-level foreign key parents Hemant Dangi 2025-06-06 12:59:38 +05:30
  • 23566b6924 MDEV-19749 - MDL scalability regression after backup locks bb-12.1-elenst-MDEV-19749-MDL Sergey Vojtovich 2025-05-12 00:11:31 +04:00
  • fca8864d5b
    MDEV-36230 Fix SERVER port field bound check bb-10.11-mdev-36230 Yuchen Pei 2025-06-06 16:40:54 +10:00
  • 9ff3b9e8e2
    MDEV-28792 [demo] Delete use_snapshot_with_flush_tables bb-12.1-mdev-28792 Yuchen Pei 2025-06-06 15:02:29 +10:00
  • e0c47da265
    MDEV-28792 Spider: deprecate use_snapshot_with_flush_tables Yuchen Pei 2025-06-06 14:45:47 +10:00
  • b642deec0a MDL_lock encapsulation: removed redundant methods Sergey Vojtovich 2025-05-07 16:04:07 +04:00
  • 11542a5cf7 MDL_lock encapsulation: final Sergey Vojtovich 2025-05-04 01:32:04 +04:00
  • a3da0ee6bd MDL_lock encapsulation: MDL_lock::get_key() Sergey Vojtovich 2025-05-04 01:59:52 +04:00
  • 03f8bc076e MDL_lock encapsulation: try_acquire_lock_impl() Sergey Vojtovich 2025-05-04 00:02:00 +04:00
  • 6d831317ce Move m_wait.reset_status() out of critical section Sergey Vojtovich 2025-05-03 02:10:01 +04:00
  • eeb9df215d MDL_lock encapsulation: try_acquire_lock() Sergey Vojtovich 2025-05-02 16:06:25 +04:00
  • 5f38be71aa MDL_ticket cleanup Sergey Vojtovich 2025-05-01 17:39:43 +04:00
  • 4727411c2d MDL_lock encapsulation: MDL_lock::remove_ticket() Sergey Vojtovich 2025-05-01 15:29:53 +04:00
  • 2610558365 Got rid of the INFO_BIN and INFO_SRC files as specified by the comments of this pull request: https://github.com/MariaDB/server/pull/4078 Also got rid of the file_contents.test and file_contents.result files as they only test the existence and contents of the INFO_BIN and INFO_SRC, therefore they are not needed anymore. Pavol Sloboda 2025-06-05 11:30:57 +02:00
  • a6f5555008 Merge branch '12.0' into 12.1 Sergei Golubchik 2025-06-05 12:00:59 +02:00
  • 01d352b1ec MDEV-36949 : unstable autoincrement value in galera_toi_ddl_nonconflicting test Jan Lindström 2025-06-05 12:54:23 +03:00
  • 892cf359ab
    MDEV-30436 Spider: deduplicate some sts/crd code. bb-10.6-mdev-30436 Yuchen Pei 2025-06-05 17:38:17 +10:00
  • cd8eb67f89
    MDEV-27474 Spider: remove #WITH_PARTITION_STORAGE_ENGINE Yuchen Pei 2025-06-05 17:45:54 +10:00
  • 49fcda8f8d MDEV-36134 : Mariadb server crashed during insert Jan Lindström 2025-05-21 15:30:27 +03:00
  • 7d46ee3336 MDEV-35673 Item_subselect::used_tables_cache issues with outer references and optimization. 10.11-MDEV-35673 Rex 2025-05-06 15:00:58 +11:00
  • 2d6515ef85
    MDEV-30264 Remove unused method spider_db_result::fetch_row_from_tmp_table bb-10.6-mdev-30264 Yuchen Pei 2025-06-05 16:26:10 +10:00
  • 96ee333cf3
    bump the VERSION bb-12.0-bumpversion Daniel Bartholomew 2025-06-05 01:25:14 -04:00
  • 11d1ac7285
    MDEV-35856 Remove error code introduced to 10.11 in MDEV-36032 bb-10.11-mdev-35856 Yuchen Pei 2025-06-04 15:16:54 +10:00
  • be525b1f4c MDL_lock encapsulation: notify_conflicting_locks() Sergey Vojtovich 2025-05-01 13:40:36 +04:00
  • 57bfbc376d MDL_lock encapsulation: MDL_lock::upgrade() Sergey Vojtovich 2025-05-01 01:12:08 +04:00
  • a3163b5070 MDL_lock encapsulation: MDL_lock::downgrade() Sergey Vojtovich 2025-05-01 00:37:01 +04:00
  • 5e2188d820 MDL_lock encapsulation: add_cloned_ticket() Sergey Vojtovich 2025-04-30 23:56:15 +04:00
  • 2875ff7a0a MDL_lock encapsulation: MDL_lock::iterate() Sergey Vojtovich 2025-04-30 20:58:00 +04:00
  • a90ace7a96 MDEV-26944 Server crash on selecting some data from information_schema Aleksey Midenkov 2025-05-25 23:23:29 +03:00
  • 59aafa4ee4 MDEV-33633 Trigger tries to access already dropped view Aleksey Midenkov 2025-05-21 11:10:09 +03:00
  • 1221f49f31 MDEV-24726 Assertion on compressed varstring as key field in optimizer temporary table Aleksey Midenkov 2025-05-25 23:23:29 +03:00
  • 67e6fdee05
    bump the VERSION Daniel Bartholomew 2025-06-04 09:39:02 -04:00
  • 28d6530571 Merge branch '10.6' into 10.11 Oleksandr Byelkin 2025-06-04 14:09:23 +02:00
  • 6aeb8b3697
    MDEV-35856 Remove Index_key_hint and Global_key_hint bb-12.0-MDEV-35856-index-hints-v2-ycp-cleanup Yuchen Pei 2025-06-04 17:18:57 +10:00
  • 30de1c1359
    MDEV-35856 Clean up index hint conflicting check Yuchen Pei 2025-06-04 17:20:08 +10:00
  • 958e896f34
    MDEV-7093 Standardise spider test server id bb-10.6-mdev-7093 Yuchen Pei 2025-06-04 16:46:00 +10:00
  • c83e65ef61
    MDEV-36132 Substitute vcol expressions with indexed vcol fields in ORDER BY and GROUP BY Yuchen Pei 2025-06-04 11:43:30 +10:00
  • 22e0e1fae8
    MDEV-36132 Initialise ordered record buffers in ha_parititon Yuchen Pei 2025-06-03 15:46:22 +10:00
  • e9da564959
    Merge a8f2643ea6 into 4b79d7b8ee ParadoxV5 2025-06-03 19:26:51 -06:00
  • a8f2643ea6
    MDEV-18983 Port rpl_semi_sync_master_wait_for_slave_count from MySQL mdev-18983.px5.bak mdev-18983 ParadoxV5 2025-06-03 19:22:31 -06:00
  • 7a63e137f7 MDEV-35673 Item_subselect::used_tables_cache issues with outer references and optimization. bb-10.11-MDEV-35673 Rex 2025-05-06 15:00:58 +11:00
  • 1d0fbf5f2e MDEV-32294 fix_fields() problem with inconsistent outer context paths Rex 2025-05-16 10:01:23 +11:00
  • 38c072a3c9 MDEV-30073 Implementing Monty's suggestions from his review. Rex 2025-04-17 13:39:38 +11:00
  • 1d62c12c84 Fixups to Igor's code Rex 2025-04-11 09:27:26 +11:00
  • 7302e97116 MDEV-30073 Wrong result on 2nd execution of PS for query with NOT EXISTS Rex 2025-04-09 08:40:31 +11:00
  • fe934007b5 Block splitting expressions with aggregations in context analysis only mode Igor Babaev 2023-07-06 20:26:09 -07:00
  • dd67c6c0e7 Block building upper_refs lists in context analysis only mode. Igor Babaev 2023-07-06 16:19:38 -07:00
  • e7aaf29e00 MDEV-24588: Fix crash with unnamed column in derived table Raghunandan Bhat 2025-05-23 16:12:01 +05:30
  • 86534b048b MDEV-24588: Fix crash with unnamed column in derived table Raghunandan Bhat 2025-05-23 16:12:01 +05:30
  • 888663ce12 MDEV-36280 ALTER TABLE with DEFAULT NEXTVAL(sequence) fails due to insufficient grants Vladislav Vaintroub 2025-06-03 10:32:22 +02:00
  • 5ff01ad7bb MDEV-33370 Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed after ALTER TABLE of versioned table Aleksey Midenkov 2025-06-03 11:27:21 +03:00
  • 6409e43177 Replace deprecated CMAKE_COMPILER_IS_GNU(CC|CXX) with CMAKE_(C|CXX)_COMPILER_ID Brad Smith 2025-05-18 18:55:04 -04:00
  • d69ce61748
    Merge branch '10.11' into 10.6_cmake_compiler Daniel Black 2025-06-03 17:19:03 +10:00
  • 180772a06d
    MDEV-36132 [demo][check-ci] Make all fields cardinality smaller bb-mdev-36132-demo Yuchen Pei 2025-06-03 15:29:07 +10:00
  • 6dccaa716d
    MDEV-36132 Improve code comments for the vcol subst and check read_set in TABLE::update_virtual_fields even when h->keyread_enabled() Yuchen Pei 2025-06-03 15:32:17 +10:00
  • 5cd982c51b MDEV-34863 RAM Usage Changed Significantly Between 10.11 Releases (postfix) Daniel Black 2025-06-03 14:18:09 +10:00
  • 759a95030d MDEV-34863 RAM Usage Changed Significantly Between 10.11 Releases (postfix) Daniel Black 2025-06-03 14:18:09 +10:00
  • a900613b29 json_unquote/compare_json_str_basic handle errors from json_unescape Daniel Black 2025-06-03 13:01:06 +10:00
  • a7f608522c st_append_json: handle json_unescape error Daniel Black 2025-06-03 12:56:06 +10:00
  • 1ab302f026 acl: handle json_unescape errors without crashing Daniel Black 2025-06-03 12:48:36 +10:00
  • 5de720ed90 MDEV-36765: JSON Histogram cannot handle >1 byte characters Daniel Black 2025-06-01 11:57:21 +10:00
  • c87e89bbf6 Review input: code cleanup bb-12.1-MDEV-36483-review-input Sergei Petrunia 2025-06-02 23:22:08 +03:00
  • 2e41bbae36 Review input: Rename/restructure object names in optimizer trace. Sergei Petrunia 2025-06-02 23:21:32 +03:00
  • 6ff23ec646 Review input part 2 Sergei Petrunia 2025-06-02 22:56:10 +03:00